次の方法で共有


BillingProfilesOnExpand コンストラクター

定義

オーバーロード

BillingProfilesOnExpand()

BillingProfilesOnExpand クラスの新しいインスタンスを初期化します。

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

BillingProfilesOnExpand クラスの新しいインスタンスを初期化します。

BillingProfilesOnExpand()

BillingProfilesOnExpand クラスの新しいインスタンスを初期化します。

public BillingProfilesOnExpand ();
Public Sub New ()

適用対象

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

BillingProfilesOnExpand クラスの新しいインスタンスを初期化します。

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>

課金アカウントに関連付けられている課金プロファイル。

適用対象