Partager via


SubscriptionExtensions.GetBillingAccountPolicyAsync Méthode

Définition

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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Subscription.BillingAccountPolicyResource>> GetBillingAccountPolicyAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountId, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingAccountPolicyAsync : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Subscription.BillingAccountPolicyResource>>
<Extension()>
Public Function GetBillingAccountPolicyAsync (tenantResource As TenantResource, billingAccountId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 devait être non vide.

billingAccountId a la valeur null.

S’applique à