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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET