OccurrenceDelayContent Constructor

Definition

Initializes a new instance of OccurrenceDelayContent.

public OccurrenceDelayContent(DateTimeOffset delayOn, 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 (delayOn As DateTimeOffset, resourceIds As IEnumerable(Of ResourceIdentifier))

Parameters

delayOn
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