Metodo ManagementCertificateOperationsExtensions.Delete (IManagementCertificateOperations, String)
Elimina un certificato di gestione da una sottoscrizione.
Spazio dei nomi: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Sintassi
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
Parametri
operations
Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperationsIl IManagementCertificateOperations oggetto che specifica le operazioni.
thumbprint
Type: System.StringL'identificazione personale del certificato da eliminare.
Valore restituito
Type: Microsoft.Azure.AzureOperationResponse
Un oggetto OperationResponse che include un ID di richiesta e codice stato HTTP
Note
Per ulteriori informazioni sull'eliminazione di certificati di gestione, vedere Delete Management Certificate.
Vedere anche
Classe ManagementCertificateOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure.Management
Torna all'inizio