ArmHDInsightModelFactory.HDInsightBillingResources 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 do HDInsightBillingResources.
public static Azure.ResourceManager.HDInsight.Models.HDInsightBillingResources HDInsightBillingResources (Azure.Core.AzureLocation? region = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightBillingMeters> billingMeters = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightDiskBillingMeters> diskBillingMeters = default);
static member HDInsightBillingResources : Nullable<Azure.Core.AzureLocation> * seq<Azure.ResourceManager.HDInsight.Models.HDInsightBillingMeters> * seq<Azure.ResourceManager.HDInsight.Models.HDInsightDiskBillingMeters> -> Azure.ResourceManager.HDInsight.Models.HDInsightBillingResources
Public Shared Function HDInsightBillingResources (Optional region As Nullable(Of AzureLocation) = Nothing, Optional billingMeters As IEnumerable(Of HDInsightBillingMeters) = Nothing, Optional diskBillingMeters As IEnumerable(Of HDInsightDiskBillingMeters) = Nothing) As HDInsightBillingResources
Parâmetros
- region
- Nullable<AzureLocation>
A região ou o local.
- billingMeters
- IEnumerable<HDInsightBillingMeters>
As informações do medidor de cobrança.
- diskBillingMeters
- IEnumerable<HDInsightDiskBillingMeters>
As informações de cobrança do disco gerenciado.
Retornos
Uma nova HDInsightBillingResources instância para simulação.