ArmBillingModelFactory.BillingAmount(String, Nullable<Single>) 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.
Initializes a new instance of BillingAmount.
public static Azure.ResourceManager.Billing.Models.BillingAmount BillingAmount (string currency = default, float? value = default);
static member BillingAmount : string * Nullable<single> -> Azure.ResourceManager.Billing.Models.BillingAmount
Public Shared Function BillingAmount (Optional currency As String = Nothing, Optional value As Nullable(Of Single) = Nothing) As BillingAmount
Parameters
- currency
- String
The currency for the amount value.
The amount value. For example, if the currency is USD, then a value of 600 would be $600.00.
Returns
A new BillingAmount instance for mocking.