你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmHDInsightModelFactory.HDInsightBillingResources 方法

定义

初始化 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

参数

region
Nullable<AzureLocation>

区域或位置。

billingMeters
IEnumerable<HDInsightBillingMeters>

计费计量信息。

diskBillingMeters
IEnumerable<HDInsightDiskBillingMeters>

托管磁盘计费信息。

返回

用于模拟的新 HDInsightBillingResources 实例。

适用于