InvoiceSectionWithCreateSubPermission 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
InvoiceSectionWithCreateSubPermission() |
InvoiceSectionWithCreateSubPermission 클래스의 새 instance 초기화합니다. |
InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>) |
InvoiceSectionWithCreateSubPermission 클래스의 새 instance 초기화합니다. |
InvoiceSectionWithCreateSubPermission()
InvoiceSectionWithCreateSubPermission 클래스의 새 instance 초기화합니다.
public InvoiceSectionWithCreateSubPermission ();
Public Sub New ()
적용 대상
InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>)
InvoiceSectionWithCreateSubPermission 클래스의 새 instance 초기화합니다.
public InvoiceSectionWithCreateSubPermission (string invoiceSectionId = default, string invoiceSectionDisplayName = default, string invoiceSectionSystemId = default, string billingProfileId = default, string billingProfileDisplayName = default, string billingProfileStatus = default, string billingProfileStatusReasonCode = default, string billingProfileSpendingLimit = default, string billingProfileSystemId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> enabledAzurePlans = default);
new Microsoft.Azure.Management.Billing.Models.InvoiceSectionWithCreateSubPermission : string * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> -> Microsoft.Azure.Management.Billing.Models.InvoiceSectionWithCreateSubPermission
Public Sub New (Optional invoiceSectionId As String = Nothing, Optional invoiceSectionDisplayName As String = Nothing, Optional invoiceSectionSystemId As String = Nothing, Optional billingProfileId As String = Nothing, Optional billingProfileDisplayName As String = Nothing, Optional billingProfileStatus As String = Nothing, Optional billingProfileStatusReasonCode As String = Nothing, Optional billingProfileSpendingLimit As String = Nothing, Optional billingProfileSystemId As String = Nothing, Optional enabledAzurePlans As IList(Of AzurePlan) = Nothing)
매개 변수
- invoiceSectionId
- String
청구서 섹션의 ID입니다.
- invoiceSectionDisplayName
- String
청구서 섹션의 이름입니다.
- invoiceSectionSystemId
- String
시스템에서 청구서 섹션에 대한 고유 식별자를 생성했습니다.
- billingProfileId
- String
청구서 섹션에 대한 청구 프로필의 ID입니다.
- billingProfileDisplayName
- String
청구서 섹션에 대한 청구 프로필의 이름입니다.
- billingProfileStatus
- String
청구 프로필의 상태. 가능한 값은 '활성', '사용 안 함', '경고됨'입니다.
- billingProfileStatusReasonCode
- String
지정된 청구 프로필 상태 이유입니다. 가능한 값은 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'입니다.
- billingProfileSpendingLimit
- String
청구 프로필 지출 한도입니다. 가능한 값은 'Off', 'On'입니다.
- billingProfileSystemId
- String
시스템에서 청구 프로필에 대한 고유 식별자를 생성했습니다.
적용 대상
Azure SDK for .NET