Partager via


BillingExtensions.GetBillingSubscriptions(TenantResource, String) Méthode

Définition

Obtient une collection de BillingSubscriptionResources dans TenantResource.

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

Paramètres

tenantResource
TenantResource

Instance TenantResource sur laquelle la méthode s’exécute.

billingAccountName
String

ID qui identifie de façon unique un compte de facturation.

Retours

Objet représentant une collection de BillingSubscriptionResources et leurs opérations sur un BillingSubscriptionResource.

Exceptions

billingAccountName est une chaîne vide et devait être non vide.

billingAccountName a la valeur null.

S’applique à