Department Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Department() |
Inicjuje nowe wystąpienie klasy Department. |
Department(String, String, String, String, String, String, IList<EnrollmentAccount>) |
Inicjuje nowe wystąpienie klasy Department. |
Department()
Inicjuje nowe wystąpienie klasy Department.
public Department ();
Public Sub New ()
Dotyczy
Department(String, String, String, String, String, String, IList<EnrollmentAccount>)
Inicjuje nowe wystąpienie klasy Department.
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
Identyfikator zasobu.
- name
- String
Nazwa zasobu.
- type
- String
Typ zasobu.
- departmentName
- String
Nazwa działu.
- costCenter
- String
Centrum kosztów skojarzone z działem.
- status
- String
Stan działu.
- enrollmentAccounts
- IList<EnrollmentAccount>
Skojarzone konta rejestracji. Domyślnie ta opcja nie jest wypełniana, chyba że jest określona w $expand.
Dotyczy
Azure SDK for .NET