Freigeben über


BillingExtensions.GetBillingSubscriptions(TenantResource, String) Methode

Definition

Ruft eine Auflistung von BillingSubscriptionResources in der TenantResource ab.

public static Azure.ResourceManager.Billing.BillingSubscriptionCollection GetBillingSubscriptions (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName);
static member GetBillingSubscriptions : Azure.ResourceManager.Resources.TenantResource * string -> Azure.ResourceManager.Billing.BillingSubscriptionCollection
<Extension()>
Public Function GetBillingSubscriptions (tenantResource As TenantResource, billingAccountName As String) As BillingSubscriptionCollection

Parameter

tenantResource
TenantResource

Der TenantResource instance, für den die Methode ausgeführt wird.

billingAccountName
String

Die ID, die ein Abrechnungskonto eindeutig identifiziert.

Gibt zurück

Ein Objekt, das die Auflistung von BillingSubscriptionResources und deren Vorgänge über eine BillingSubscriptionResource darstellt.

Ausnahmen

billingAccountName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

billingAccountName ist NULL.

Gilt für: