Freigeben über


BillingSubscriptionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von BillingSubscriptionResource und deren Vorgänge darstellt. Jedes BillingSubscriptionResource in der Auflistung gehört zum gleichen instance von TenantResource. Um einen BillingSubscriptionCollection instance rufen Sie die GetBillingSubscriptions-Methode aus einer instance von aufTenantResource.

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)
Vererbung
BillingSubscriptionCollection
Implementiert

Konstruktoren

BillingSubscriptionCollection()

Initialisiert eine neue instance der BillingSubscriptionCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anfordern von Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}
  • Vorgang IdBillingSubscriptions_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anfordern von Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}
  • Vorgang IdBillingSubscriptions_Get
Get(String, CancellationToken)

Ruft ein Abonnement nach seiner ID ab. Der Vorgang wird derzeit für Abrechnungskonten mit dem Vertragstyp Microsoft-Kundenvereinbarung, Microsoft Partner-Vereinbarung und dem Microsoft Online Services-Programm unterstützt.

  • Anfordern von Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}
  • Vorgang IdBillingSubscriptions_Get
GetAll(CancellationToken)

Listet die Abonnements für ein Abrechnungskonto auf. Der Vorgang wird derzeit für Abrechnungskonten mit dem Vertragstyp Microsoft-Kundenvereinbarung, Microsoft Partner-Vereinbarung und dem Microsoft Online Services-Programm unterstützt.

  • Anfordern von Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions
  • Vorgang IdBillingSubscriptions_ListByBillingAccount
GetAllAsync(CancellationToken)

Listet die Abonnements für ein Abrechnungskonto auf. Der Vorgang wird derzeit für Abrechnungskonten mit dem Vertragstyp Microsoft-Kundenvereinbarung, Microsoft Partner-Vereinbarung und dem Microsoft Online Services-Programm unterstützt.

  • Anfordern von Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions
  • Vorgang IdBillingSubscriptions_ListByBillingAccount
GetAsync(String, CancellationToken)

Ruft ein Abonnement nach seiner ID ab. Der Vorgang wird derzeit für Abrechnungskonten mit dem Vertragstyp Microsoft-Kundenvereinbarung, Microsoft Partner-Vereinbarung und dem Microsoft Online Services-Programm unterstützt.

  • Anfordern von Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}
  • Vorgang IdBillingSubscriptions_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<BillingSubscriptionResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<BillingSubscriptionResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: