EnrollmentAccountContext Constructors

Definition

Overloads

EnrollmentAccountContext()

Initializes a new instance of the EnrollmentAccountContext class.

EnrollmentAccountContext(String, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the EnrollmentAccountContext class.

EnrollmentAccountContext()

Initializes a new instance of the EnrollmentAccountContext class.

public EnrollmentAccountContext ();
Public Sub New ()

Applies to

EnrollmentAccountContext(String, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the EnrollmentAccountContext class.

public EnrollmentAccountContext (string costCenter = default, DateTime? startDate = default, DateTime? endDate = default, string enrollmentAccountName = default);
new Microsoft.Azure.Management.Billing.Models.EnrollmentAccountContext : string * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.Billing.Models.EnrollmentAccountContext
Public Sub New (Optional costCenter As String = Nothing, Optional startDate As Nullable(Of DateTime) = Nothing, Optional endDate As Nullable(Of DateTime) = Nothing, Optional enrollmentAccountName As String = Nothing)

Parameters

costCenter
String

The cost center associated with the enrollment account.

startDate
Nullable<DateTime>

The start date of the enrollment account.

endDate
Nullable<DateTime>

The end date of the enrollment account.

enrollmentAccountName
String

The ID of the enrollment account.

Applies to