共用方式為


ArmBillingModelFactory.BillingAmount(String, Nullable<Single>) Method

Definition

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.

value
Nullable<Single>

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.

Applies to