Enrollment Constructors

Definition

Overloads

Enrollment()

Initializes a new instance of the Enrollment class.

Enrollment(Nullable<DateTime>, Nullable<DateTime>, String, String, EnrollmentPolicies, String, String, String, String)

Initializes a new instance of the Enrollment class.

Enrollment()

Initializes a new instance of the Enrollment class.

public Enrollment ();
Public Sub New ()

Applies to

Enrollment(Nullable<DateTime>, Nullable<DateTime>, String, String, EnrollmentPolicies, String, String, String, String)

Initializes a new instance of the Enrollment class.

public Enrollment (DateTime? startDate = default, DateTime? endDate = default, string currency = default, string channel = default, Microsoft.Azure.Management.Billing.Models.EnrollmentPolicies policies = default, string language = default, string countryCode = default, string status = default, string billingCycle = default);
new Microsoft.Azure.Management.Billing.Models.Enrollment : Nullable<DateTime> * Nullable<DateTime> * string * string * Microsoft.Azure.Management.Billing.Models.EnrollmentPolicies * string * string * string * string -> Microsoft.Azure.Management.Billing.Models.Enrollment
Public Sub New (Optional startDate As Nullable(Of DateTime) = Nothing, Optional endDate As Nullable(Of DateTime) = Nothing, Optional currency As String = Nothing, Optional channel As String = Nothing, Optional policies As EnrollmentPolicies = Nothing, Optional language As String = Nothing, Optional countryCode As String = Nothing, Optional status As String = Nothing, Optional billingCycle As String = Nothing)

Parameters

startDate
Nullable<DateTime>

The start date of the enrollment.

endDate
Nullable<DateTime>

The end date of the enrollment.

currency
String

The billing currency for the enrollment.

channel
String

The channel type of the enrollment.

policies
EnrollmentPolicies

The policies for Enterprise Agreement enrollments.

language
String

The language for the enrollment.

countryCode
String

The country code of the enrollment.

status
String

The current status of the enrollment.

billingCycle
String

The billing cycle for the enrollment.

Applies to