Enrollment 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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)
매개 변수
- currency
- String
등록에 대한 청구 통화입니다.
- channel
- String
등록의 채널 유형입니다.
- policies
- EnrollmentPolicies
기업계약 등록에 대한 정책입니다.
- language
- String
등록에 대한 언어입니다.
- countryCode
- String
등록의 국가 코드입니다.
- status
- String
등록의 현재 상태.
- billingCycle
- String
등록에 대한 청구 주기.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET