共用方式為


BillingResources Constructors

Definition

Overloads

BillingResources()

Initializes a new instance of the BillingResources class.

BillingResources(String, IList<BillingMeters>, IList<DiskBillingMeters>)

Initializes a new instance of the BillingResources class.

BillingResources()

Initializes a new instance of the BillingResources class.

public BillingResources ();
Public Sub New ()

Applies to

BillingResources(String, IList<BillingMeters>, IList<DiskBillingMeters>)

Initializes a new instance of the BillingResources class.

public BillingResources (string region = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.BillingMeters> billingMeters = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.DiskBillingMeters> diskBillingMeters = default);
new Microsoft.Azure.Management.HDInsight.Models.BillingResources : string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.BillingMeters> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.DiskBillingMeters> -> Microsoft.Azure.Management.HDInsight.Models.BillingResources
Public Sub New (Optional region As String = Nothing, Optional billingMeters As IList(Of BillingMeters) = Nothing, Optional diskBillingMeters As IList(Of DiskBillingMeters) = Nothing)

Parameters

region
String

The region or location.

billingMeters
IList<BillingMeters>

The billing meter information.

diskBillingMeters
IList<DiskBillingMeters>

The managed disk billing information.

Applies to