ArmHDInsightModelFactory.HDInsightBillingResources 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 HDInsightBillingResources.
public static Azure.ResourceManager.HDInsight.Models.HDInsightBillingResources HDInsightBillingResources (Azure.Core.AzureLocation? region = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightBillingMeters> billingMeters = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightDiskBillingMeters> diskBillingMeters = default);
static member HDInsightBillingResources : Nullable<Azure.Core.AzureLocation> * seq<Azure.ResourceManager.HDInsight.Models.HDInsightBillingMeters> * seq<Azure.ResourceManager.HDInsight.Models.HDInsightDiskBillingMeters> -> Azure.ResourceManager.HDInsight.Models.HDInsightBillingResources
Public Shared Function HDInsightBillingResources (Optional region As Nullable(Of AzureLocation) = Nothing, Optional billingMeters As IEnumerable(Of HDInsightBillingMeters) = Nothing, Optional diskBillingMeters As IEnumerable(Of HDInsightDiskBillingMeters) = Nothing) As HDInsightBillingResources
Parameters
- region
- Nullable<AzureLocation>
The region or location.
- billingMeters
- IEnumerable<HDInsightBillingMeters>
The billing meter information.
- diskBillingMeters
- IEnumerable<HDInsightDiskBillingMeters>
The managed disk billing information.
Returns
A new HDInsightBillingResources 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