IServiceCertificateOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations de gestion des certificats de service pour votre abonnement. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee795178.aspx pour plus d’informations)
public interface IServiceCertificateOperations
type IServiceCertificateOperations = interface
Public Interface IServiceCertificateOperations
Méthodes
BeginCreatingAsync(String, ServiceCertificateCreateParameters, CancellationToken) |
L’opération Commencer à créer un certificat de service ajoute un certificat à un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460817.aspx pour plus d’informations) |
BeginDeletingAsync(ServiceCertificateDeleteParameters, CancellationToken) |
L’opération Commencer à supprimer le certificat de service supprime un certificat de service du magasin de certificats d’un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460803.aspx pour plus d’informations) |
CreateAsync(String, ServiceCertificateCreateParameters, CancellationToken) |
L’opération Créer un certificat de service ajoute un certificat à un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460817.aspx pour plus d’informations) |
DeleteAsync(ServiceCertificateDeleteParameters, CancellationToken) |
L’opération Supprimer un certificat de service supprime un certificat de service du magasin de certificats d’un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460803.aspx pour plus d’informations) |
GetAsync(ServiceCertificateGetParameters, CancellationToken) |
L’opération Obtenir le certificat de service retourne les données publiques pour le certificat X.509 spécifié associé à un service hébergé. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460792.aspx pour plus d’informations) |
ListAsync(String, CancellationToken) |
L’opération Répertorier les certificats de service répertorie tous les certificats de service associés au service hébergé spécifié. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx pour plus d’informations) |
Méthodes d’extension
BeginCreating(IServiceCertificateOperations, String, ServiceCertificateCreateParameters) |
L’opération Commencer à créer un certificat de service ajoute un certificat à un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460817.aspx pour plus d’informations) |
BeginCreatingAsync(IServiceCertificateOperations, String, ServiceCertificateCreateParameters) |
L’opération Commencer à créer un certificat de service ajoute un certificat à un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460817.aspx pour plus d’informations) |
BeginDeleting(IServiceCertificateOperations, ServiceCertificateDeleteParameters) |
L’opération Commencer à supprimer le certificat de service supprime un certificat de service du magasin de certificats d’un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460803.aspx pour plus d’informations) |
BeginDeletingAsync(IServiceCertificateOperations, ServiceCertificateDeleteParameters) |
L’opération Commencer à supprimer le certificat de service supprime un certificat de service du magasin de certificats d’un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460803.aspx pour plus d’informations) |
Create(IServiceCertificateOperations, String, ServiceCertificateCreateParameters) |
L’opération Créer un certificat de service ajoute un certificat à un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460817.aspx pour plus d’informations) |
CreateAsync(IServiceCertificateOperations, String, ServiceCertificateCreateParameters) |
L’opération Créer un certificat de service ajoute un certificat à un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460817.aspx pour plus d’informations) |
Delete(IServiceCertificateOperations, ServiceCertificateDeleteParameters) |
L’opération Supprimer un certificat de service supprime un certificat de service du magasin de certificats d’un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460803.aspx pour plus d’informations) |
DeleteAsync(IServiceCertificateOperations, ServiceCertificateDeleteParameters) |
L’opération Supprimer un certificat de service supprime un certificat de service du magasin de certificats d’un service hébergé. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé le traitement de la demande, appelez Obtenir l’état de l’opération. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460803.aspx pour plus d’informations) |
Get(IServiceCertificateOperations, ServiceCertificateGetParameters) |
L’opération Obtenir le certificat de service retourne les données publiques pour le certificat X.509 spécifié associé à un service hébergé. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460792.aspx pour plus d’informations) |
GetAsync(IServiceCertificateOperations, ServiceCertificateGetParameters) |
L’opération Obtenir le certificat de service retourne les données publiques pour le certificat X.509 spécifié associé à un service hébergé. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460792.aspx pour plus d’informations) |
List(IServiceCertificateOperations, String) |
L’opération Répertorier les certificats de service répertorie tous les certificats de service associés au service hébergé spécifié. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx pour plus d’informations) |
ListAsync(IServiceCertificateOperations, String) |
L’opération Répertorier les certificats de service répertorie tous les certificats de service associés au service hébergé spécifié. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx pour plus d’informations) |
S’applique à
Azure SDK for .NET