ArmHciModelFactory.NextBillingModel 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.
Details of the next billing model for the cluster.
public static Azure.ResourceManager.Hci.Models.NextBillingModel NextBillingModel(string billingModel = default, System.Collections.Generic.IEnumerable<string> capabilitiesEnabled = default, float? trialDaysRemaining = default);
static member NextBillingModel : string * seq<string> * Nullable<single> -> Azure.ResourceManager.Hci.Models.NextBillingModel
Public Shared Function NextBillingModel (Optional billingModel As String = Nothing, Optional capabilitiesEnabled As IEnumerable(Of String) = Nothing, Optional trialDaysRemaining As Nullable(Of Single) = Nothing) As NextBillingModel
Parameters
- billingModel
- String
Type of billing model.
- capabilitiesEnabled
- IEnumerable<String>
Capabilities enabled under this billing model.
Returns
A new NextBillingModel instance for mocking.