SubscriptionExtensions.GetBillingAccountPolicy 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.
Obtenir la stratégie de compte de facturation.
- Chemin de la demande/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default
- IdBillingAccount_GetPolicy d’opération
public static Azure.Response<Azure.ResourceManager.Subscription.BillingAccountPolicyResource> GetBillingAccountPolicy (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountId, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingAccountPolicy : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Subscription.BillingAccountPolicyResource>
<Extension()>
Public Function GetBillingAccountPolicy (tenantResource As TenantResource, billingAccountId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingAccountPolicyResource)
Paramètres
- tenantResource
- TenantResource
Instance TenantResource sur laquelle la méthode s’exécute.
- billingAccountId
- String
ID de compte de facturation.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
billingAccountId
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
billingAccountId
a la valeur null.