次の方法で共有


QueryApprovedPlansDetails.SubscriptionIds プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="subscriptionIds")]
public System.Collections.Generic.IList<string> SubscriptionIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subscriptionIds")>]
member this.SubscriptionIds : System.Collections.Generic.IList<string> with get, set
Public Property SubscriptionIds As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象