EnrollmentAccount Class

Definition

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
EnrollmentAccount
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