EnrollmentAccount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enrollment account.
[Microsoft.Rest.Serialization.JsonTransformation]
public class EnrollmentAccount : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EnrollmentAccount = class
inherit Resource
Public Class EnrollmentAccount
Inherits Resource
- Inheritance
- Attributes
Constructors
EnrollmentAccount() |
Initializes a new instance of the EnrollmentAccount class. |
EnrollmentAccount(String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Department) |
Initializes a new instance of the EnrollmentAccount class. |
Properties
AccountName |
Gets or sets the name of the enrollment account. |
AccountOwner |
Gets or sets the owner of the enrollment account. |
CostCenter |
Gets or sets the cost center associated with the enrollment account. |
Department |
Gets or sets associated department. By default this is not populated, unless it's specified in $expand. |
EndDate |
Gets or sets the end date of the enrollment account. |
Id |
Gets resource Id. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
StartDate |
Gets or sets the start date of the enrollment account. |
Status |
Gets or sets the status of the enrollment account. |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET