Udostępnij za pośrednictwem


Amount Konstruktory

Definicja

Przeciążenia

Amount()

Inicjuje nowe wystąpienie klasy Amount.

Amount(String, Nullable<Double>)

Inicjuje nowe wystąpienie klasy Amount.

Amount()

Inicjuje nowe wystąpienie klasy Amount.

public Amount ();
Public Sub New ()

Dotyczy

Amount(String, Nullable<Double>)

Inicjuje nowe wystąpienie klasy Amount.

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

Waluta dla wartości kwoty.

value
Nullable<Double>

Wartość kwoty.

Dotyczy