Share via


ManagementCertificateOperationsExtensions.DeleteAsync Method (IManagementCertificateOperations, String)

 

Asynchonously deletes a management certificate from a subscription.

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

Syntax

public static Task<AzureOperationResponse> DeleteAsync(
    this IManagementCertificateOperations operations,
    string thumbprint
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ DeleteAsync(
    IManagementCertificateOperations^ operations,
    String^ thumbprint
)
static member DeleteAsync : 
        operations:IManagementCertificateOperations *
        thumbprint:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function DeleteAsync (
    operations As IManagementCertificateOperations,
    thumbprint As String
) 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

ManagementCertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace

Return to top