你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceCertificateOperationsExtensions.BeginDeletingAsync 方法

定义

“开始删除服务证书”操作会从托管服务的证书存储中删除服务证书。 此操作是异步操作。 若要确定管理服务是否已处理完请求,请调用获取操作状态。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/ee460803.aspx)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingAsync (this Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations operations, Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateDeleteParameters parameters);
static member BeginDeletingAsync : Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations * Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateDeleteParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginDeletingAsync (operations As IServiceCertificateOperations, parameters As ServiceCertificateDeleteParameters) As Task(Of AzureOperationResponse)

参数

operations
IServiceCertificateOperations

对 Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations 的引用。

parameters
ServiceCertificateDeleteParameters

必需。 提供给“开始删除服务证书”操作的参数。

返回

Task<Microsoft.Azure.AzureOperationResponse>

标准服务响应,包括 HTTP 状态代码和请求 ID。

适用于