EnrollmentAccountProperties interface
It is an organizational hierarchy within a billing account to administer and manage azure costs.
Properties
account |
The owner of the enrollment account. NOTE: This property will not be serialized. It can only be populated by the server. |
auth |
The authorization type of the enrollment account. NOTE: This property will not be serialized. It can only be populated by the server. |
cost |
The cost center associated with the enrollment account. |
department |
The name of the department under which the enrollment account exists. NOTE: This property will not be serialized. It can only be populated by the server. |
department |
The ID that uniquely identifies the department. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The name of the enrollment account. |
end |
The date of expiration of the enrollment account. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Boolean flag which enables subscribers to run development and testing workloads on Azure at special Dev/Test rates. |
start |
The date from which the enrollment account became valid and functional. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the enrollment account. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accountOwner
The owner of the enrollment account. NOTE: This property will not be serialized. It can only be populated by the server.
accountOwner?: string
Property Value
string
authType
The authorization type of the enrollment account. NOTE: This property will not be serialized. It can only be populated by the server.
authType?: string
Property Value
string
costCenter
The cost center associated with the enrollment account.
costCenter?: string
Property Value
string
departmentDisplayName
The name of the department under which the enrollment account exists. NOTE: This property will not be serialized. It can only be populated by the server.
departmentDisplayName?: string
Property Value
string
departmentId
The ID that uniquely identifies the department. NOTE: This property will not be serialized. It can only be populated by the server.
departmentId?: string
Property Value
string
displayName
The name of the enrollment account.
displayName?: string
Property Value
string
endDate
The date of expiration of the enrollment account. NOTE: This property will not be serialized. It can only be populated by the server.
endDate?: Date
Property Value
Date
isDevTestEnabled
Boolean flag which enables subscribers to run development and testing workloads on Azure at special Dev/Test rates.
isDevTestEnabled?: boolean
Property Value
boolean
startDate
The date from which the enrollment account became valid and functional. NOTE: This property will not be serialized. It can only be populated by the server.
startDate?: Date
Property Value
Date
status
The status of the enrollment account. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string