Enrollment Constructors
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.
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
- 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
Azure SDK for .NET