次の方法で共有


QueryApprovedPlansDetails コンストラクター

定義

オーバーロード

QueryApprovedPlansDetails()

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

QueryApprovedPlansDetails(String, IList<String>, Nullable<Boolean>)

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

QueryApprovedPlansDetails()

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

public QueryApprovedPlansDetails ();
Public Sub New ()

適用対象

QueryApprovedPlansDetails(String, IList<String>, Nullable<Boolean>)

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

public QueryApprovedPlansDetails (string planId = default, System.Collections.Generic.IList<string> subscriptionIds = default, bool? allSubscriptions = default);
new Microsoft.Azure.Management.Marketplace.Models.QueryApprovedPlansDetails : string * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.Marketplace.Models.QueryApprovedPlansDetails
Public Sub New (Optional planId As String = Nothing, Optional subscriptionIds As IList(Of String) = Nothing, Optional allSubscriptions As Nullable(Of Boolean) = Nothing)

パラメーター

planId
String

プラン ID

subscriptionIds
IList<String>

承認済みサブスクリプション ID の一覧。 すべてのサブスクリプションがプランに対して承認された場合、allSubscriptions フラグは true で、list は空です (else フラグが false に設定されています)。 両方のサブスクリプションリストが空で、allSubscriptions フラグが false の場合、プランはどのサブスクリプションでも承認されません。

allSubscriptions
Nullable<Boolean>

すべてのサブスクリプションがこのプランに対して承認されているかどうかを示します

適用対象