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)

public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ DeleteAsync(
	IManagementCertificateOperations^ operations,
	String^ thumbprint
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management::IManagementCertificateOperations^

The IManagementCertificateOperations object that specifies the operations.

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.

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

Return to top
Show: