다음을 통해 공유


InvoiceSectionWithCreateSubPermission 생성자

정의

오버로드

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

시스템에서 청구 프로필에 대한 고유 식별자를 생성했습니다.

enabledAzurePlans
IList<AzurePlan>

연결된 청구 프로필에 대해 azure 플랜을 사용하도록 설정했습니다.

적용 대상