ArmComputeScheduleModelFactory.SubmitDeallocateContent Method

Definition

public static Azure.ResourceManager.ComputeSchedule.Models.SubmitDeallocateContent SubmitDeallocateContent(Azure.ResourceManager.ComputeSchedule.Models.UserRequestSchedule schedule = default, Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> resourcesIds = default, string correlationId = default);
static member SubmitDeallocateContent : Azure.ResourceManager.ComputeSchedule.Models.UserRequestSchedule * Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail * seq<Azure.Core.ResourceIdentifier> * string -> Azure.ResourceManager.ComputeSchedule.Models.SubmitDeallocateContent
Public Shared Function SubmitDeallocateContent (Optional schedule As UserRequestSchedule = Nothing, Optional executionParameters As ScheduledActionExecutionParameterDetail = Nothing, Optional resourcesIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional correlationId As String = Nothing) As SubmitDeallocateContent

Parameters

schedule
UserRequestSchedule

The schedule for the request.

executionParameters
ScheduledActionExecutionParameterDetail

The execution parameters for the request.

resourcesIds
IEnumerable<ResourceIdentifier>

The resource ids used for the request.

correlationId
String

CorrelationId item.

Returns

A new SubmitDeallocateContent instance for mocking.

Applies to