DeploymentOperationsExtensions.DeleteByNameAsync 方法 (IDeploymentOperations, String, String, Boolean)

 

命名空间:   Microsoft.WindowsAzure.Management.Compute
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

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

参数

返回值

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

请参阅

DeploymentOperationsExtensions 类
Microsoft.WindowsAzure.Management.Compute 命名空间

返回页首