ManagementCertificateOperationsExtensions.DeleteAsync Method

Asynchonously deletes a management certificate from a subscription.

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

Usage

'Usage
Dim operations As IManagementCertificateOperations
Dim thumbprint As String
Dim returnValue As Task(Of AzureOperationResponse)

returnValue = ManagementCertificateOperationsExtensions.DeleteAsync(operations, thumbprint)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function DeleteAsync ( _
    operations As IManagementCertificateOperations, _
    thumbprint As String _
) As Task(Of AzureOperationResponse)
[ExtensionAttribute] 
public static Task<AzureOperationResponse> DeleteAsync (
    IManagementCertificateOperations operations,
    string thumbprint
)
[ExtensionAttribute] 
public:
static Task<AzureOperationResponse^>^ DeleteAsync (
    IManagementCertificateOperations^ operations, 
    String^ thumbprint
)
/** @attribute ExtensionAttribute() */ 
public static Task<AzureOperationResponse> DeleteAsync (
    IManagementCertificateOperations operations, 
    String thumbprint
)
ExtensionAttribute 
public static function DeleteAsync (
    operations : IManagementCertificateOperations, 
    thumbprint : String
) : Task<AzureOperationResponse>

Parameters

  • thumbprint
    The thumbprint of the certificate to delete.

Return Value

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

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ManagementCertificateOperationsExtensions Class
ManagementCertificateOperationsExtensions Members
Microsoft.WindowsAzure.Management Namespace