ArmComputeScheduleModelFactory.ExecuteDeallocateContent 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.
public static Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeallocateContent ExecuteDeallocateContent(Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> resourcesIds = default, string correlationId = default);
static member ExecuteDeallocateContent : Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail * seq<Azure.Core.ResourceIdentifier> * string -> Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeallocateContent
Public Shared Function ExecuteDeallocateContent (Optional executionParameters As ScheduledActionExecutionParameterDetail = Nothing, Optional resourcesIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional correlationId As String = Nothing) As ExecuteDeallocateContent
Parameters
- 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 ExecuteDeallocateContent instance for mocking.