IClientRootCertificateOperations.DeleteAsync Method (String, String, CancellationToken)
The Delete Client Root Certificate operation deletes a previously uploaded client root certificate from Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn205128.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
Task<GatewayOperationResponse> DeleteAsync(
string networkName,
string certificateThumbprint,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ DeleteAsync(
String^ networkName,
String^ certificateThumbprint,
CancellationToken cancellationToken
)
abstract DeleteAsync :
networkName:string *
certificateThumbprint:string *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function DeleteAsync (
networkName As String,
certificateThumbprint As String,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
Parameters
networkName
Type: System.StringThe name of the virtual network for this gateway.
certificateThumbprint
Type: System.StringThe X509 certificate thumbprint.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IClientRootCertificateOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top