StepsOperationsExtensions.Delete(IStepsOperations, String, String) Method

Definition

Deletes the step.

public static void Delete (this Microsoft.Azure.Management.DeploymentManager.IStepsOperations operations, string resourceGroupName, string stepName);
static member Delete : Microsoft.Azure.Management.DeploymentManager.IStepsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IStepsOperations, resourceGroupName As String, stepName As String)

Parameters

operations
IStepsOperations

The operations group for this extension method.

resourceGroupName
String

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

stepName
String

The name of the deployment step.

Applies to