Partager via


ArmHDInsightModelFactory.HDInsightBillingResources Méthode

Définition

Initialise une nouvelle instance de 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

Paramètres

region
Nullable<AzureLocation>

Région ou emplacement.

billingMeters
IEnumerable<HDInsightBillingMeters>

Informations sur le compteur de facturation.

diskBillingMeters
IEnumerable<HDInsightDiskBillingMeters>

Informations de facturation de disque managé.

Retours

Une nouvelle HDInsightBillingResources instance pour se moquer.

S’applique à