BillingExtensions.GetBillingSubscriptions(TenantResource, String) Méthode
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.
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.