Department Class

Definition

A department.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Department : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Department = class
    inherit Resource
Public Class Department
Inherits Resource
Inheritance
Department
Attributes

Constructors

Department()

Initializes a new instance of the Department class.

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

Initializes a new instance of the Department class.

Properties

CostCenter

Gets or sets the cost center associated with the department.

DepartmentName

Gets or sets the name of the department.

EnrollmentAccounts

Gets or sets associated enrollment accounts. By default this is not populated, unless it's specified in $expand.

Id

Gets resource Id.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
Status

Gets or sets the status of the department.

Type

Gets resource type.

(Inherited from Resource)

Applies to