次の方法で共有


TakeSnapshotRequest.ApplyScope プロパティ

定義

スナップショットのターゲット 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

適用対象