다음을 통해 공유


Enrollment 생성자

정의

오버로드

Enrollment()

등록 클래스의 새 instance 초기화합니다.

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

등록 클래스의 새 instance 초기화합니다.

Enrollment()

등록 클래스의 새 instance 초기화합니다.

public Enrollment();
Public Sub New ()

적용 대상

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

등록 클래스의 새 instance 초기화합니다.

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)

매개 변수

startDate
Nullable<DateTime>

등록 시작 날짜입니다.

endDate
Nullable<DateTime>

등록 종료 날짜입니다.

currency
String

등록에 대한 청구 통화입니다.

channel
String

등록의 채널 유형입니다.

policies
EnrollmentPolicies

기업계약 등록에 대한 정책입니다.

language
String

등록에 대한 언어입니다.

countryCode
String

등록의 국가 코드입니다.

status
String

등록의 현재 상태.

billingCycle
String

등록에 대한 청구 주기.

적용 대상