BillingResponseListResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET