RolloutsOperationsExtensions.DeleteAsync Method

Definition

Deletes a rollout resource.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations operations, string resourceGroupName, string rolloutName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IRolloutsOperations, resourceGroupName As String, rolloutName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IRolloutsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

rolloutName
String

The rollout name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Only rollouts in terminal state can be deleted.

Applies to