Partager via


ServiceCertificateOperationsExtensions Classe

Définition

L'API de gestion des services fournit l'accès par programme à la plupart des fonctionnalités disponibles via le portail de gestion. L'API de gestion des services est une API REST. Toutes les opérations d’API sont effectuées via SSL et sont mutuellement authentifiées à l’aide de certificats X.509 v3. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx pour plus d’informations)

public static class ServiceCertificateOperationsExtensions
type ServiceCertificateOperationsExtensions = class
Public Module ServiceCertificateOperationsExtensions
Héritage
ServiceCertificateOperationsExtensions

Méthodes

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 à