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