Partager via


IServerAzureADOnlyAuthenticationsOperations Interface

Définition

ServerAzureADOnlyAuthenticationsOpérationsOpérations.

public interface IServerAzureADOnlyAuthenticationsOperations
type IServerAzureADOnlyAuthenticationsOperations = interface
Public Interface IServerAzureADOnlyAuthenticationsOperations

Méthodes

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ServerAzureADOnlyAuthentication, Dictionary<String,List<String>>, CancellationToken)

Définit la propriété d’authentification Server Active Directory uniquement ou met à jour une propriété d’authentification Active Directory existante.

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

Supprime une propriété d’authentification Active Directory existante uniquement.

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

Définit la propriété d’authentification Server Active Directory uniquement ou met à jour une propriété d’authentification Active Directory existante.

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

Supprime une propriété d’authentification Active Directory existante uniquement.

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

Obtient une propriété d’authentification Azure Active Directory spécifique.

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

Obtient une liste des authentifications Azure Active Directory de serveur uniquement.

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

Obtient une liste des authentifications Azure Active Directory de serveur uniquement.

Méthodes d’extension

BeginCreateOrUpdate(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication)

Définit la propriété d’authentification Server Active Directory uniquement ou met à jour une propriété d’authentification Active Directory existante.

BeginCreateOrUpdateAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication, CancellationToken)

Définit la propriété d’authentification Server Active Directory uniquement ou met à jour une propriété d’authentification Active Directory existante.

BeginDelete(IServerAzureADOnlyAuthenticationsOperations, String, String)

Supprime une propriété d’authentification Active Directory existante uniquement.

BeginDeleteAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Supprime une propriété d’authentification Active Directory existante uniquement.

CreateOrUpdate(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication)

Définit la propriété d’authentification Server Active Directory uniquement ou met à jour une propriété d’authentification Active Directory existante.

CreateOrUpdateAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication, CancellationToken)

Définit la propriété d’authentification Server Active Directory uniquement ou met à jour une propriété d’authentification Active Directory existante.

Delete(IServerAzureADOnlyAuthenticationsOperations, String, String)

Supprime une propriété d’authentification Active Directory existante uniquement.

DeleteAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Supprime une propriété d’authentification Active Directory existante uniquement.

Get(IServerAzureADOnlyAuthenticationsOperations, String, String)

Obtient une propriété d’authentification Azure Active Directory spécifique.

GetAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Obtient une propriété d’authentification Azure Active Directory spécifique.

ListByServer(IServerAzureADOnlyAuthenticationsOperations, String, String)

Obtient une liste des authentifications Azure Active Directory de serveur uniquement.

ListByServerAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Obtient une liste des authentifications Azure Active Directory de serveur uniquement.

ListByServerNext(IServerAzureADOnlyAuthenticationsOperations, String)

Obtient une liste des authentifications Azure Active Directory de serveur uniquement.

ListByServerNextAsync(IServerAzureADOnlyAuthenticationsOperations, String, CancellationToken)

Obtient une liste des authentifications Azure Active Directory de serveur uniquement.

S’applique à