共用方式為


BillingResponseListResult Constructors

Definition

Overloads

BillingResponseListResult()

Initializes a new instance of the BillingResponseListResult class.

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

Initializes a new instance of the BillingResponseListResult class.

BillingResponseListResult()

Initializes a new instance of the BillingResponseListResult class.

public BillingResponseListResult ();
Public Sub New ()

Applies to

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

Initializes a new instance of the BillingResponseListResult class.

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)

Parameters

vmSizes
IList<String>

The virtual machine sizes to include or exclude.

vmSizesWithEncryptionAtHost
IList<String>

The vm sizes which enable encryption at host.

vmSizeFilters
IList<VmSizeCompatibilityFilterV2>

The virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set.

vmSizeProperties
IList<VmSizeProperty>

The vm size properties.

billingResources
IList<BillingResources>

The billing and managed disk billing resources for a region.

Applies to