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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET