IProvidersOperations Interface

Définition

Opérations ProvidersOperations.

public interface IProvidersOperations
type IProvidersOperations = interface
Public Interface IProvidersOperations

Méthodes

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

Obtient le fournisseur de ressources spécifié au niveau du locataire.

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

Obtient le fournisseur de ressources spécifié.

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

Obtient tous les fournisseurs de ressources pour le locataire.

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

Obtient tous les fournisseurs de ressources pour le locataire.

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

Obtient tous les fournisseurs de ressources pour un abonnement.

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

Obtient tous les fournisseurs de ressources pour un abonnement.

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

Obtenez les autorisations du fournisseur.

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

Inscrit un groupe d’administration auprès d’un fournisseur de ressources.

RegisterWithHttpMessagesAsync(String, ProviderRegistrationRequest, Dictionary<String,List<String>>, CancellationToken)

Inscrit un abonnement auprès d’un fournisseur de ressources.

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

Annule l’inscription d’un abonnement auprès d’un fournisseur de ressources.

Méthodes d’extension

Get(IProvidersOperations, String, String)

Obtient le fournisseur de ressources spécifié.

GetAsync(IProvidersOperations, String, String, CancellationToken)

Obtient le fournisseur de ressources spécifié.

GetAtTenantScope(IProvidersOperations, String, String)

Obtient le fournisseur de ressources spécifié au niveau du locataire.

GetAtTenantScopeAsync(IProvidersOperations, String, String, CancellationToken)

Obtient le fournisseur de ressources spécifié au niveau du locataire.

List(IProvidersOperations, Nullable<Int32>, String)

Obtient tous les fournisseurs de ressources pour un abonnement.

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

Obtient tous les fournisseurs de ressources pour un abonnement.

ListAtTenantScope(IProvidersOperations, Nullable<Int32>, String)

Obtient tous les fournisseurs de ressources pour le locataire.

ListAtTenantScopeAsync(IProvidersOperations, Nullable<Int32>, String, CancellationToken)

Obtient tous les fournisseurs de ressources pour le locataire.

ListAtTenantScopeNext(IProvidersOperations, String)

Obtient tous les fournisseurs de ressources pour le locataire.

ListAtTenantScopeNextAsync(IProvidersOperations, String, CancellationToken)

Obtient tous les fournisseurs de ressources pour le locataire.

ListNext(IProvidersOperations, String)

Obtient tous les fournisseurs de ressources pour un abonnement.

ListNextAsync(IProvidersOperations, String, CancellationToken)

Obtient tous les fournisseurs de ressources pour un abonnement.

ProviderPermissions(IProvidersOperations, String)

Obtenez les autorisations du fournisseur.

ProviderPermissionsAsync(IProvidersOperations, String, CancellationToken)

Obtenez les autorisations du fournisseur.

Register(IProvidersOperations, String, ProviderRegistrationRequest)

Inscrit un abonnement auprès d’un fournisseur de ressources.

RegisterAsync(IProvidersOperations, String, ProviderRegistrationRequest, CancellationToken)

Inscrit un abonnement auprès d’un fournisseur de ressources.

RegisterAtManagementGroupScope(IProvidersOperations, String, String)

Inscrit un groupe d’administration auprès d’un fournisseur de ressources.

RegisterAtManagementGroupScopeAsync(IProvidersOperations, String, String, CancellationToken)

Inscrit un groupe d’administration auprès d’un fournisseur de ressources.

Unregister(IProvidersOperations, String)

Annule l’inscription d’un abonnement auprès d’un fournisseur de ressources.

UnregisterAsync(IProvidersOperations, String, CancellationToken)

Annule l’inscription d’un abonnement auprès d’un fournisseur de ressources.

S’applique à