Share via


OccurrenceCancelContent(IEnumerable<ResourceIdentifier>) Constructor

Definition

Initializes a new instance of OccurrenceCancelContent.

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

Parameters

resourceIds
IEnumerable<ResourceIdentifier>

The resources the cancellation should act on. If no resource is passed in the list, Scheduled Action will cancel the occurrence for all resources.

Exceptions

resourceIds is null.

Applies to