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
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