Share via


IManagementCertificateOperations.DeleteAsync Method (String, CancellationToken)

 

Asynchonously deletes a management certificate from a subscription.

Namespace:   Microsoft.WindowsAzure.Management
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

Task<AzureOperationResponse> DeleteAsync(
    string thumbprint,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteAsync(
    String^ thumbprint,
    CancellationToken cancellationToken
)
abstract DeleteAsync : 
        thumbprint:string *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function DeleteAsync (
    thumbprint As String,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

  • thumbprint
    Type: System.String

    The thumbprint of the certificate to delete.

Return Value

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

An OperationResponse object that includes an HTTP status code and request ID.

Remarks

For more information about deleting management certificates, see Delete Management Certificate.

See Also

IManagementCertificateOperations Interface
Microsoft.WindowsAzure.Management Namespace

Return to top