Partager via


IIntegrationAccountCertificatesOperations Interface

Définition

Opérations IntegrationAccountCertificatesOperations.

public interface IIntegrationAccountCertificatesOperations
type IIntegrationAccountCertificatesOperations = interface
Public Interface IIntegrationAccountCertificatesOperations

Méthodes

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IntegrationAccountCertificate, Dictionary<String,List<String>>, CancellationToken)

Crée ou met à jour un certificat de compte d’intégration.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime un certificat de compte d’intégration.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient un certificat de compte d’intégration.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtient une liste de certificats de compte d’intégration.

ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Obtient une liste de certificats de compte d’intégration.

Méthodes d’extension

CreateOrUpdate(IIntegrationAccountCertificatesOperations, String, String, String, IntegrationAccountCertificate)

Crée ou met à jour un certificat de compte d’intégration.

CreateOrUpdateAsync(IIntegrationAccountCertificatesOperations, String, String, String, IntegrationAccountCertificate, CancellationToken)

Crée ou met à jour un certificat de compte d’intégration.

Delete(IIntegrationAccountCertificatesOperations, String, String, String)

Supprime un certificat de compte d’intégration.

DeleteAsync(IIntegrationAccountCertificatesOperations, String, String, String, CancellationToken)

Supprime un certificat de compte d’intégration.

Get(IIntegrationAccountCertificatesOperations, String, String, String)

Obtient un certificat de compte d’intégration.

GetAsync(IIntegrationAccountCertificatesOperations, String, String, String, CancellationToken)

Obtient un certificat de compte d’intégration.

List(IIntegrationAccountCertificatesOperations, String, String, Nullable<Int32>)

Obtient une liste de certificats de compte d’intégration.

ListAsync(IIntegrationAccountCertificatesOperations, String, String, Nullable<Int32>, CancellationToken)

Obtient une liste de certificats de compte d’intégration.

ListNext(IIntegrationAccountCertificatesOperations, String)

Obtient une liste de certificats de compte d’intégration.

ListNextAsync(IIntegrationAccountCertificatesOperations, String, CancellationToken)

Obtient une liste de certificats de compte d’intégration.

S’applique à