次の方法で共有


DeploymentOperationsExtensions.BeginDeletingAsync メソッド

定義

デプロイの削除を開始します。操作が要求の処理を完了したかどうかを確認するには、GetLongRunningOperationStatus を呼び出します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse> BeginDeletingAsync(this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string resourceGroupName, string deploymentName);
static member BeginDeletingAsync : Microsoft.Azure.Management.Resources.IDeploymentOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse>
<Extension()>
Public Function BeginDeletingAsync (operations As IDeploymentOperations, resourceGroupName As String, deploymentName As String) As Task(Of LongRunningOperationResponse)

パラメーター

operations
IDeploymentOperations

Microsoft.Azure.Management.Resources.IDeploymentOperations への参照です。

resourceGroupName
String

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

deploymentName
String

必須です。 削除するデプロイの名前。

戻り値

長時間実行される操作の標準のサービス応答です。

適用対象