Sdílet prostřednictvím


CustomerPolicy Konstruktory

Definice

Přetížení

CustomerPolicy()

Inicializuje novou instanci CustomerPolicy třídy.

CustomerPolicy(String, String, String, String)

Inicializuje novou instanci CustomerPolicy třídy.

CustomerPolicy()

Inicializuje novou instanci CustomerPolicy třídy.

public CustomerPolicy ();
Public Sub New ()

Platí pro

CustomerPolicy(String, String, String, String)

Inicializuje novou instanci CustomerPolicy třídy.

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

ID prostředku.

name
String

Název prostředku.

type
String

Typ prostředku.

viewCharges
String

Zásady, které řídí, jestli uživatelé v organizaci zákazníka můžou zobrazovat poplatky podle cen s průběžnými platbami. Mezi možné hodnoty patří: "Allowed", 'NotAllowed'

Platí pro