Udostępnij za pośrednictwem


IClientRootCertificateOperations.DeleteAsync Method

Definition

The Delete Client Root Certificate operation deletes a previously uploaded client root certificate from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205128.aspx for more information)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> DeleteAsync (string networkName, string certificateThumbprint, System.Threading.CancellationToken cancellationToken);
abstract member DeleteAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
Public Function DeleteAsync (networkName As String, certificateThumbprint As String, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)

Parameters

networkName
String

The name of the virtual network for this gateway.

certificateThumbprint
String

The X509 certificate thumbprint.

cancellationToken
CancellationToken

Cancellation token.

Returns

A standard service response including an HTTP status code and request ID.

Applies to