ArmHDInsightModelFactory.HDInsightDiskBillingMeters 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 HDInsightDiskBillingMeters.
public static Azure.ResourceManager.HDInsight.Models.HDInsightDiskBillingMeters HDInsightDiskBillingMeters (string diskRpMeter = default, string sku = default, Azure.ResourceManager.HDInsight.Models.HDInsightTier? tier = default);
static member HDInsightDiskBillingMeters : string * string * Nullable<Azure.ResourceManager.HDInsight.Models.HDInsightTier> -> Azure.ResourceManager.HDInsight.Models.HDInsightDiskBillingMeters
Public Shared Function HDInsightDiskBillingMeters (Optional diskRpMeter As String = Nothing, Optional sku As String = Nothing, Optional tier As Nullable(Of HDInsightTier) = Nothing) As HDInsightDiskBillingMeters
Parameters
- diskRpMeter
- String
The managed disk meter guid.
- sku
- String
The managed disk billing sku, P30 or S30.
- tier
- Nullable<HDInsightTier>
The managed disk billing tier, Standard or Premium.
Returns
A new HDInsightDiskBillingMeters instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET