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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.