ArmConsumptionModelFactory.ConsumptionAggregatedCostResult 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.
Inicializa uma nova instância de ConsumptionAggregatedCostResult.
public static Azure.ResourceManager.Consumption.Models.ConsumptionAggregatedCostResult ConsumptionAggregatedCostResult (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string billingPeriodId = default, DateTimeOffset? usageStartOn = default, DateTimeOffset? usageEndOn = default, decimal? azureCharges = default, decimal? marketplaceCharges = default, decimal? chargesBilledSeparately = default, string currency = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Consumption.Models.ConsumptionAggregatedCostResult> children = default, System.Collections.Generic.IEnumerable<string> includedSubscriptions = default, System.Collections.Generic.IEnumerable<string> excludedSubscriptions = default, Azure.ETag? etag = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default);
static member ConsumptionAggregatedCostResult : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<decimal> * Nullable<decimal> * Nullable<decimal> * string * seq<Azure.ResourceManager.Consumption.Models.ConsumptionAggregatedCostResult> * seq<string> * seq<string> * Nullable<Azure.ETag> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.Consumption.Models.ConsumptionAggregatedCostResult
Public Shared Function ConsumptionAggregatedCostResult (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional billingPeriodId As String = Nothing, Optional usageStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional usageEndOn As Nullable(Of DateTimeOffset) = Nothing, Optional azureCharges As Nullable(Of Decimal) = Nothing, Optional marketplaceCharges As Nullable(Of Decimal) = Nothing, Optional chargesBilledSeparately As Nullable(Of Decimal) = Nothing, Optional currency As String = Nothing, Optional children As IEnumerable(Of ConsumptionAggregatedCostResult) = Nothing, Optional includedSubscriptions As IEnumerable(Of String) = Nothing, Optional excludedSubscriptions As IEnumerable(Of String) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing) As ConsumptionAggregatedCostResult
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- billingPeriodId
- String
A ID do recurso de período de cobrança ao qual o custo agregado pertence. Nome serializado: ManagementGroupAggregatedCostResult.properties.billingPeriodId
- usageStartOn
- Nullable<DateTimeOffset>
O início do intervalo de data e hora coberto pelo custo agregado. Nome serializado: ManagementGroupAggregatedCostResult.properties.usageStart
- usageEndOn
- Nullable<DateTimeOffset>
O final do intervalo de data e hora coberto pelo custo agregado. Nome serializado: ManagementGroupAggregatedCostResult.properties.usageEnd
Encargos do Azure. Nome serializado: ManagementGroupAggregatedCostResult.properties.azureCharges
Encargos do Marketplace. Nome serializado: ManagementGroupAggregatedCostResult.properties.marketplaceCharges
Encargos cobrados separadamente. Nome serializado: ManagementGroupAggregatedCostResult.properties.chargesBilledSeparately
- currency
- String
A moeda ISO na qual o medidor é cobrado, por exemplo, USD. Nome serializado: ManagementGroupAggregatedCostResult.properties.currency
- children
- IEnumerable<ConsumptionAggregatedCostResult>
Filhos de um grupo de gerenciamento Nome Serializado: ManagementGroupAggregatedCostResult.properties.children
- includedSubscriptions
- IEnumerable<String>
Lista de Guids de assinatura incluídos no cálculo do custo agregado Nome serializado: ManagementGroupAggregatedCostResult.properties.includedSubscriptions
- excludedSubscriptions
- IEnumerable<String>
Lista de Guids de assinatura excluídos do cálculo do custo agregado Nome serializado: ManagementGroupAggregatedCostResult.properties.excludedSubscriptions
- tags
- IReadOnlyDictionary<String,String>
Marcas de recurso. Nome serializado: Resource.tags
Retornos
Uma nova ConsumptionAggregatedCostResult instância para zombar.