Partager via


BillingSubscriptionCollection Classe

Définition

Classe représentant une collection de BillingSubscriptionResource et leurs opérations. Chacun BillingSubscriptionResource de la collection appartient au même instance de TenantResource. Pour obtenir un BillingSubscriptionCollection instance appelez la méthode GetBillingSubscriptions à partir d’un instance de TenantResource.

public class BillingSubscriptionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Billing.BillingSubscriptionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.BillingSubscriptionResource>
type BillingSubscriptionCollection = class
    inherit ArmCollection
    interface seq<BillingSubscriptionResource>
    interface IEnumerable
    interface IAsyncEnumerable<BillingSubscriptionResource>
Public Class BillingSubscriptionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of BillingSubscriptionResource), IEnumerable(Of BillingSubscriptionResource)
Héritage
BillingSubscriptionCollection
Implémente

Constructeurs

BillingSubscriptionCollection()

Initialise une nouvelle instance de la BillingSubscriptionCollection classe pour les moqueries.

Propriétés

Client

Obtient le ArmClient client de ressource à partir duquel il a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressources.

(Hérité de ArmCollection)

Méthodes

Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin d’accès/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}
  • IdBillingSubscriptions_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin d’accès/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}
  • IdBillingSubscriptions_Get d’opération
Get(String, CancellationToken)

Obtient un abonnement par son ID. L’opération est actuellement prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft, Contrat Partenaire Microsoft et microsoft Online Services Program.

  • Chemin d’accès/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}
  • IdBillingSubscriptions_Get d’opération
GetAll(CancellationToken)

Répertorie les abonnements pour un compte de facturation. L’opération est actuellement prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft, Contrat Partenaire Microsoft et microsoft Online Services Program.

  • Chemin/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions
  • IdBillingSubscriptions_ListByBillingAccount d’opération
GetAllAsync(CancellationToken)

Répertorie les abonnements pour un compte de facturation. L’opération est actuellement prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft, Contrat Partenaire Microsoft et microsoft Online Services Program.

  • Chemin/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions
  • IdBillingSubscriptions_ListByBillingAccount d’opération
GetAsync(String, CancellationToken)

Obtient un abonnement par son ID. L’opération est actuellement prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft, Contrat Partenaire Microsoft et microsoft Online Services Program.

  • Chemin d’accès/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}
  • IdBillingSubscriptions_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<BillingSubscriptionResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<BillingSubscriptionResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à