다음을 통해 공유


BillingProfilesOnExpand 생성자

정의

오버로드

BillingProfilesOnExpand()

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

BillingProfilesOnExpand(Nullable<Boolean>, IList<BillingProfile>)

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

BillingProfilesOnExpand()

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

public BillingProfilesOnExpand ();
Public Sub New ()

적용 대상

BillingProfilesOnExpand(Nullable<Boolean>, IList<BillingProfile>)

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

public BillingProfilesOnExpand (bool? hasMoreResults = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.BillingProfile> value = default);
new Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand : Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.BillingProfile> -> Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand
Public Sub New (Optional hasMoreResults As Nullable(Of Boolean) = Nothing, Optional value As IList(Of BillingProfile) = Nothing)

매개 변수

hasMoreResults
Nullable<Boolean>

이 컬렉션에 나열된 것보다 더 많은 청구 프로필이 있는지 여부를 나타냅니다. 컬렉션에는 최대 50개의 청구 프로필이 나열됩니다. 모든 청구 프로필을 얻으려면 목록 청구 프로필 API를 사용합니다.

value
IList<BillingProfile>

청구 계정과 연결된 청구 프로필입니다.

적용 대상