ArmHDInsightModelFactory.HDInsightBillingSpecsListResult Method
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.
Initializes a new instance of HDInsightBillingSpecsListResult.
public static Azure.ResourceManager.HDInsight.Models.HDInsightBillingSpecsListResult HDInsightBillingSpecsListResult (System.Collections.Generic.IEnumerable<string> vmSizes = default, System.Collections.Generic.IEnumerable<string> vmSizesWithEncryptionAtHost = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightVmSizeCompatibilityFilterV2> vmSizeFilters = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightVmSizeProperty> vmSizeProperties = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightBillingResources> billingResources = default);
static member HDInsightBillingSpecsListResult : seq<string> * seq<string> * seq<Azure.ResourceManager.HDInsight.Models.HDInsightVmSizeCompatibilityFilterV2> * seq<Azure.ResourceManager.HDInsight.Models.HDInsightVmSizeProperty> * seq<Azure.ResourceManager.HDInsight.Models.HDInsightBillingResources> -> Azure.ResourceManager.HDInsight.Models.HDInsightBillingSpecsListResult
Public Shared Function HDInsightBillingSpecsListResult (Optional vmSizes As IEnumerable(Of String) = Nothing, Optional vmSizesWithEncryptionAtHost As IEnumerable(Of String) = Nothing, Optional vmSizeFilters As IEnumerable(Of HDInsightVmSizeCompatibilityFilterV2) = Nothing, Optional vmSizeProperties As IEnumerable(Of HDInsightVmSizeProperty) = Nothing, Optional billingResources As IEnumerable(Of HDInsightBillingResources) = Nothing) As HDInsightBillingSpecsListResult
Parameters
- vmSizes
- IEnumerable<String>
The virtual machine sizes to include or exclude.
- vmSizesWithEncryptionAtHost
- IEnumerable<String>
The vm sizes which enable encryption at host.
- vmSizeFilters
- IEnumerable<HDInsightVmSizeCompatibilityFilterV2>
The virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set.
- vmSizeProperties
- IEnumerable<HDInsightVmSizeProperty>
The vm size properties.
- billingResources
- IEnumerable<HDInsightBillingResources>
The billing and managed disk billing resources for a region.
Returns
A new HDInsightBillingSpecsListResult instance for mocking.
Applies to
Azure SDK for .NET