SubscriptionExtensions.GetBillingAccountPolicyAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obter Política de Conta de Cobrança.
- Caminho da Solicitação/provedores/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default
- IdBillingAccount_GetPolicy de operação
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))
Parâmetros
- tenantResource
- TenantResource
A TenantResource instância na qual o método será executado.
- billingAccountId
- String
ID da Conta de Cobrança.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
billingAccountId
é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.
billingAccountId
é nulo.