ArmComputeScheduleModelFactory.OccurrenceCancelContent Method

Definition

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.

Applies to