BillingResources Constructors
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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET