ConsumptionExtensions.GetConsumptionChargesAsync 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.
Lista os encargos com base no escopo definido.
- Caminho da Solicitação/{scope}/providers/Microsoft.Consumption/charges
- Operação IdCharges_List
public static Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionChargeSummary> GetConsumptionChargesAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string startDate = default, string endDate = default, string filter = default, string apply = default, System.Threading.CancellationToken cancellationToken = default);
static member GetConsumptionChargesAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionChargeSummary>
<Extension()>
Public Function GetConsumptionChargesAsync (client As ArmClient, scope As ResourceIdentifier, Optional startDate As String = Nothing, Optional endDate As String = Nothing, Optional filter As String = Nothing, Optional apply As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConsumptionChargeSummary)
Parâmetros
- scope
- ResourceIdentifier
O escopo no qual o recurso será aplicado.
- startDate
- String
Data de início.
- endDate
- String
Data de término.
- filter
- String
Pode ser usado para filtrar encargos por propriedades/usageEnd (hora utc), propriedades/usageStart (hora utc). O filtro dá suporte a 'eq', 'lt', 'gt', 'le', 'ge' e 'and'. Atualmente, ele não dá suporte a 'ne', 'or' ou 'not'. O filtro de marca é uma cadeia de caracteres de par de valor de chave em que a chave e o valor são separados por dois-pontos (:).
- apply
- String
Pode ser usado para agrupar encargos para o escopo billingAccount por properties/billingProfileId, properties/invoiceSectionId, properties/customerId (específico para Partner Led) ou para billingProfile scope by properties/invoiceSectionId.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.