ISubscriptions 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 à l’API de gestion des abonnements.
public interface ISubscriptions : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.ResourceManager.Fluent.ISubscription>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.ISubscription>
type ISubscriptions = interface
interface ISupportsListing<ISubscription>
interface ISupportsGettingById<ISubscription>
Public Interface ISubscriptions
Implements ISupportsGettingById(Of ISubscription), ISupportsListing(Of ISubscription)
- Implémente
Méthodes
GetById(String) |
Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<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>) |
S’applique à
Azure SDK for .NET