Credits interface
Interface que representa um Créditos.
Métodos
get(string, string, Credits |
O resumo do crédito por billingAccountId e billingProfileId. |
Detalhes de Método
get(string, string, CreditsGetOptionalParams)
O resumo do crédito por billingAccountId e billingProfileId.
function get(billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams): Promise<CreditSummary>
Parâmetros
- billingAccountId
-
string
BillingAccount ID
- billingProfileId
-
string
ID do Perfil de Faturação do Azure.
- options
- CreditsGetOptionalParams
Os parâmetros de opções.
Devoluções
Promise<CreditSummary>