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

BillingResources 构造函数

定义

重载

BillingResources()

初始化 BillingResources 类的新实例。

BillingResources(String, IList<BillingMeters>, IList<DiskBillingMeters>)

初始化 BillingResources 类的新实例。

BillingResources()

初始化 BillingResources 类的新实例。

public BillingResources ();
Public Sub New ()

适用于

BillingResources(String, IList<BillingMeters>, IList<DiskBillingMeters>)

初始化 BillingResources 类的新实例。

public BillingResources (string region = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.BillingMeters> billingMeters = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.DiskBillingMeters> diskBillingMeters = default);
new Microsoft.Azure.Management.HDInsight.Models.BillingResources : string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.BillingMeters> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.DiskBillingMeters> -> Microsoft.Azure.Management.HDInsight.Models.BillingResources
Public Sub New (Optional region As String = Nothing, Optional billingMeters As IList(Of BillingMeters) = Nothing, Optional diskBillingMeters As IList(Of DiskBillingMeters) = Nothing)

参数

region
String

区域或位置。

billingMeters
IList<BillingMeters>

计费计量信息。

diskBillingMeters
IList<DiskBillingMeters>

托管磁盘计费信息。

适用于