SnapshotOperationsExtensions.ListAsync Método

Definição

Liste todos os instantâneos acessíveis com informações relacionadas, incluindo instantâneos que foram tirados pelo usuário ou instantâneos a serem aplicados ao usuário (a ID da assinatura foi incluída no applyScope em Snapshot – Take).

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))

Parâmetros

operations
ISnapshotOperations

O grupo de operações para esse método de extensão.

type
Nullable<SnapshotObjectType>

Tipo de objeto especificado pelo usuário como um filtro de pesquisa. Os valores possíveis incluem: 'FaceList', 'LargeFaceList', 'LargePersonGroup', 'PersonGroup'

applyScope
IList<Guid>

O usuário especificou instantâneo aplicar escopos como um filtro de pesquisa. ApplyScope é uma matriz das IDs de assinatura do Azure de destino para o instantâneo, especificada pelo usuário que criou o instantâneo por Snapshot – Take.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a