Udostępnij za pośrednictwem


CustomerPolicy Konstruktory

Definicja

Przeciążenia

CustomerPolicy()

Inicjuje nowe wystąpienie klasy CustomerPolicy.

CustomerPolicy(String, String, String, String)

Inicjuje nowe wystąpienie klasy CustomerPolicy.

CustomerPolicy()

Inicjuje nowe wystąpienie klasy CustomerPolicy.

public CustomerPolicy ();
Public Sub New ()

Dotyczy

CustomerPolicy(String, String, String, String)

Inicjuje nowe wystąpienie klasy CustomerPolicy.

public CustomerPolicy (string id = default, string name = default, string type = default, string viewCharges = default);
new Microsoft.Azure.Management.Billing.Models.CustomerPolicy : string * string * string * string -> Microsoft.Azure.Management.Billing.Models.CustomerPolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional viewCharges As String = Nothing)

Parametry

id
String

Identyfikator zasobu.

name
String

Nazwa zasobu.

type
String

Typ zasobu.

viewCharges
String

Zasady, które określają, czy użytkownicy w organizacji klienta mogą wyświetlać opłaty według cen płatności zgodnie z rzeczywistym użyciem. Możliwe wartości to: "Dozwolone", "NotAllowed"

Dotyczy