CloudServiceOperationsExtensions.BeginDeleteAsync 方法 (ICloudServiceOperations, String)

 

创建云服务。

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

语法

public static Task<LongRunningOperationStatusResponse> BeginDeleteAsync(
    this ICloudServiceOperations operations,
    string clouldServiceName
)
public:
[ExtensionAttribute]
static Task<LongRunningOperationStatusResponse^>^ BeginDeleteAsync(
    ICloudServiceOperations^ operations,
    String^ clouldServiceName
)
static member BeginDeleteAsync : 
        operations:ICloudServiceOperations *
        clouldServiceName:string -> Task<LongRunningOperationStatusResponse>
<ExtensionAttribute>
Public Shared Function BeginDeleteAsync (
    operations As ICloudServiceOperations,
    clouldServiceName As String
) As Task(Of LongRunningOperationStatusResponse)

参数

  • clouldServiceName
    Type: System.String

    必需。 云服务名称。

返回值

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

响应正文包含指定的异步操作,指示它是已成功、 正在进行,还是已失败的状态。 请注意此状态为获取操作状态操作本身返回的 HTTP 状态代码不同。 如果异步操作成功,则响应正文包含成功请求的 HTTP 状态代码。 如果异步操作失败,则响应正文包含失败请求的 HTTP 状态代码,还包含关于失败的错误信息。

请参阅

CloudServiceOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首