ManagementCertificateOperationsExtensions.Delete Method (IManagementCertificateOperations, String)
Deletes a management certificate from a subscription.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
public static AzureOperationResponse Delete(
this IManagementCertificateOperations operations,
string thumbprint
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
IManagementCertificateOperations^ operations,
String^ thumbprint
)
static member Delete :
operations:IManagementCertificateOperations *
thumbprint:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
operations As IManagementCertificateOperations,
thumbprint As String
) As AzureOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperationsThe IManagementCertificateOperations object that specifies the operations.
thumbprint
Type: System.StringThe thumbprint of the certificate to delete.
Return Value
Type: Microsoft.Azure.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