Share via


DeploymentOperationsExtensions.BeginDeletingByNameAsync 메서드 (IDeploymentOperations, String, String, Boolean)

 

네임스페이스:   Microsoft.WindowsAzure.Management.Compute
어셈블리:  Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

구문

public static Task<AzureOperationResponse> BeginDeletingByNameAsync(
    this IDeploymentOperations operations,
    string serviceName,
    string deploymentName,
    bool deleteFromStorage
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginDeletingByNameAsync(
    IDeploymentOperations^ operations,
    String^ serviceName,
    String^ deploymentName,
    bool deleteFromStorage
)
static member BeginDeletingByNameAsync : 
        operations:IDeploymentOperations *
        serviceName:string *
        deploymentName:string *
        deleteFromStorage:bool -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginDeletingByNameAsync (
    operations As IDeploymentOperations,
    serviceName As String,
    deploymentName As String,
    deleteFromStorage As Boolean
) As Task(Of AzureOperationResponse)

매개 변수

반환 값

Type: System.Threading.Tasks.Task<AzureOperationResponse>

참고 항목

DeploymentOperationsExtensions 클래스
Microsoft.WindowsAzure.Management.Compute 네임스페이스

맨 위로 이동