次の方法で共有


ArmReservationsModelFactory.RenewPropertiesPricingCurrencyTotal メソッド

定義

RenewPropertiesPricingCurrencyTotal の新しいインスタンスを初期化します。

public static Azure.ResourceManager.Reservations.Models.RenewPropertiesPricingCurrencyTotal RenewPropertiesPricingCurrencyTotal (string currencyCode = default, float? amount = default);
static member RenewPropertiesPricingCurrencyTotal : string * Nullable<single> -> Azure.ResourceManager.Reservations.Models.RenewPropertiesPricingCurrencyTotal
Public Shared Function RenewPropertiesPricingCurrencyTotal (Optional currencyCode As String = Nothing, Optional amount As Nullable(Of Single) = Nothing) As RenewPropertiesPricingCurrencyTotal

パラメーター

currencyCode
String

この購入レコードで使用される通貨の ISO 4217 3 文字の通貨コード。

amount
Nullable<Single>

戻り値

モック作成用の新しい RenewPropertiesPricingCurrencyTotal インスタンス。

適用対象