Sdílet prostřednictvím


Department Konstruktory

Definice

Přetížení

Department()

Inicializuje novou instanci třídy Oddělení.

Department(String, String, String, String, String, String, IList<EnrollmentAccount>)

Inicializuje novou instanci třídy Oddělení.

Department()

Inicializuje novou instanci třídy Oddělení.

public Department ();
Public Sub New ()

Platí pro

Department(String, String, String, String, String, String, IList<EnrollmentAccount>)

Inicializuje novou instanci třídy Oddělení.

public Department (string id = default, string name = default, string type = default, string departmentName = default, string costCenter = default, string status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.EnrollmentAccount> enrollmentAccounts = default);
new Microsoft.Azure.Management.Billing.Models.Department : string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.EnrollmentAccount> -> Microsoft.Azure.Management.Billing.Models.Department
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional departmentName As String = Nothing, Optional costCenter As String = Nothing, Optional status As String = Nothing, Optional enrollmentAccounts As IList(Of EnrollmentAccount) = Nothing)

Parametry

id
String

ID prostředku.

name
String

Název prostředku.

type
String

Typ prostředku.

departmentName
String

Název oddělení.

costCenter
String

Nákladové středisko přidružené k danému oddělení.

status
String

Stav oddělení.

enrollmentAccounts
IList<EnrollmentAccount>

Přidružené registrační účty. Ve výchozím nastavení se nevyplní, pokud není zadaný v $expand.

Platí pro