IClientRootCertificateOperations.DeleteAsync Method (String, String, CancellationToken)
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)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<GatewayOperationResponse> DeleteAsync( string networkName, string certificateThumbprint, CancellationToken cancellationToken )
Parameters
- networkName
-
Type:
System.String
The name of the virtual network for this gateway.
- certificateThumbprint
-
Type:
System.String
The X509 certificate thumbprint.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<GatewayOperationResponse>A standard service response including an HTTP status code and request ID.
Show: