次の方法で共有


Collection.SubscriptionsList プロパティ

定義

サブスクリプション ID リストを取得または設定します。 空のリストは、すべてのサブスクリプションが選択されていることを示し、null は更新が行われないことを示し、明示的なリストは明示的に選択されたサブスクリプションを示します。 挿入時に、null は無効な要求と見なされます

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象