次の方法で共有


UpdateSnapshotRequest.ApplyScope プロパティ

定義

Snapshot - Take を呼び出すときにスナップショットを作成したユーザーによって指定された、スナップショットのターゲット Face サブスクリプション ID の配列を取得または設定します。 スナップショットごとに、スナップショットの applyScope - Take に含まれるサブスクリプションのみが適用できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象