你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SnapshotOperationsExtensions.ListAsync 方法

定义

列出包含相关信息的所有可访问快照,包括用户创建的快照,或要应用于用户的快照, (订阅 ID 包含在快照 - 拍摄) 的 applyScope 中。

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Snapshot>> ListAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.ISnapshotOperations operations, Microsoft.Azure.CognitiveServices.Vision.Face.Models.SnapshotObjectType? type = default, System.Collections.Generic.IList<Guid> applyScope = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.CognitiveServices.Vision.Face.ISnapshotOperations * Nullable<Microsoft.Azure.CognitiveServices.Vision.Face.Models.SnapshotObjectType> * System.Collections.Generic.IList<Guid> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Snapshot>>
<Extension()>
Public Function ListAsync (operations As ISnapshotOperations, Optional type As Nullable(Of SnapshotObjectType) = Nothing, Optional applyScope As IList(Of Guid) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Snapshot))

参数

operations
ISnapshotOperations

此扩展方法的操作组。

type
Nullable<SnapshotObjectType>

用户将对象类型指定为搜索筛选器。 可能的值包括:“FaceList”、“LargeFaceList”、“LargePersonGroup”、“PersonGroup”

applyScope
IList<Guid>

用户指定的快照将范围作为搜索筛选器应用。 ApplyScope 是快照的目标 Azure 订阅 ID 的数组,由创建快照 - 拍摄快照的用户指定。

cancellationToken
CancellationToken

取消标记。

返回

适用于