Sdílet prostřednictvím


Amount Konstruktory

Definice

Přetížení

Amount()

Inicializuje novou instanci Amount třídy.

Amount(String, Nullable<Double>)

Inicializuje novou instanci Amount třídy.

Amount()

Inicializuje novou instanci Amount třídy.

public Amount ();
Public Sub New ()

Platí pro

Amount(String, Nullable<Double>)

Inicializuje novou instanci Amount třídy.

public Amount (string currency = default, double? value = default);
new Microsoft.Azure.Management.Billing.Models.Amount : string * Nullable<double> -> Microsoft.Azure.Management.Billing.Models.Amount
Public Sub New (Optional currency As String = Nothing, Optional value As Nullable(Of Double) = Nothing)

Parametry

currency
String

Měna pro hodnotu částky.

value
Nullable<Double>

Hodnota množství.

Platí pro