次の方法で共有


StepsOperationsExtensions.Delete(IStepsOperations, String, String) メソッド

定義

ステップを削除します。

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)

パラメーター

operations
IStepsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

stepName
String

デプロイ ステップの名前。

適用対象