Share via


OccurrenceDelayContent Constructor

Definition

Initializes a new instance of OccurrenceDelayContent.

public OccurrenceDelayContent(DateTimeOffset delay, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> resourceIds);
new Azure.ResourceManager.ComputeSchedule.Models.OccurrenceDelayContent : DateTimeOffset * seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.ComputeSchedule.Models.OccurrenceDelayContent
Public Sub New (delay As DateTimeOffset, resourceIds As IEnumerable(Of ResourceIdentifier))

Parameters

delay
DateTimeOffset

The exact time to delay the operations to.

resourceIds
IEnumerable<ResourceIdentifier>

The resources that should be delayed. If empty, the delay will apply to the all resources in the occurrence.

Exceptions

resourceIds is null.

Applies to