ArmComputeScheduleModelFactory.OccurrenceCancelContent Method
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.
The request to cancel an occurrence.
public static Azure.ResourceManager.ComputeSchedule.Models.OccurrenceCancelContent OccurrenceCancelContent(System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> resourceIds = default);
static member OccurrenceCancelContent : seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.ComputeSchedule.Models.OccurrenceCancelContent
Public Shared Function OccurrenceCancelContent (Optional resourceIds As IEnumerable(Of ResourceIdentifier) = Nothing) As OccurrenceCancelContent
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.
Returns
A new OccurrenceCancelContent instance for mocking.