OccurrenceCancelContent(IEnumerable<ResourceIdentifier>) 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 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.