IProviders 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.
Point d’entrée vers l’API de gestion des fournisseurs.
public interface IProviders : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ResourceManager.Fluent.IProvider>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IProvider>
type IProviders = interface
interface ISupportsListing<IProvider>
interface ISupportsGettingByName<IProvider>
Public Interface IProviders
Implements ISupportsGettingByName(Of IProvider), ISupportsListing(Of IProvider)
- Implémente
Méthodes
GetByName(String) |
Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel. (Hérité de ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel. (Hérité de ISupportsGettingByName<T>) |
List() |
Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné. (Hérité de ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné. (Hérité de ISupportsListing<T>) |
Register(String) |
Inscrit le fournisseur à utiliser avec un abonnement. |
RegisterAsync(String, CancellationToken) |
Inscrit le fournisseur à utiliser avec un abonnement. |
Unregister(String) |
Annule l'inscription du fournisseur dans un abonnement. |
UnregisterAsync(String, CancellationToken) |
Annule l'inscription du fournisseur dans un abonnement. |
S’applique à
Azure SDK for .NET