OccurrenceDelayContent Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.