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

BillingResponseListResult 构造函数

定义

重载

BillingResponseListResult()

初始化 BillingResponseListResult 类的新实例。

BillingResponseListResult(IList<String>, IList<String>, IList<VmSizeCompatibilityFilterV2>, IList<VmSizeProperty>, IList<BillingResources>)

初始化 BillingResponseListResult 类的新实例。

BillingResponseListResult()

初始化 BillingResponseListResult 类的新实例。

public BillingResponseListResult ();
Public Sub New ()

适用于

BillingResponseListResult(IList<String>, IList<String>, IList<VmSizeCompatibilityFilterV2>, IList<VmSizeProperty>, IList<BillingResources>)

初始化 BillingResponseListResult 类的新实例。

public BillingResponseListResult (System.Collections.Generic.IList<string> vmSizes = default, System.Collections.Generic.IList<string> vmSizesWithEncryptionAtHost = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilterV2> vmSizeFilters = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeProperty> vmSizeProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.BillingResources> billingResources = default);
new Microsoft.Azure.Management.HDInsight.Models.BillingResponseListResult : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilterV2> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.BillingResources> -> Microsoft.Azure.Management.HDInsight.Models.BillingResponseListResult
Public Sub New (Optional vmSizes As IList(Of String) = Nothing, Optional vmSizesWithEncryptionAtHost As IList(Of String) = Nothing, Optional vmSizeFilters As IList(Of VmSizeCompatibilityFilterV2) = Nothing, Optional vmSizeProperties As IList(Of VmSizeProperty) = Nothing, Optional billingResources As IList(Of BillingResources) = Nothing)

参数

vmSizes
IList<String>

要包含或排除的虚拟机大小。

vmSizesWithEncryptionAtHost
IList<String>

在主机上启用加密的 VM 大小。

vmSizeFilters
IList<VmSizeCompatibilityFilterV2>

虚拟机筛选模式。 这实际上可以启用或禁用特定集中的虚拟机大小。

vmSizeProperties
IList<VmSizeProperty>

VM 大小属性。

billingResources
IList<BillingResources>

区域的计费和托管磁盘计费资源。

适用于