Partager via


SnapshotOperationsExtensions.ListAsync Méthode

Définition

Répertoriez tous les instantanés accessibles avec des informations connexes, y compris les instantanés qui ont été pris par l’utilisateur, ou les instantanés à appliquer à l’utilisateur (l’ID d’abonnement a été inclus dans applyScope dans Instantané - Prendre).

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

Paramètres

operations
ISnapshotOperations

Groupe d’opérations pour cette méthode d’extension.

type
Nullable<SnapshotObjectType>

Type d’objet spécifié par l’utilisateur comme filtre de recherche. Les valeurs possibles sont les suivantes : « FaceList », « LargeFaceList », « LargePersonGroup », « PersonGroup »

applyScope
IList<Guid>

L’utilisateur spécifié instantané appliquer des étendues en tant que filtre de recherche. ApplyScope est un tableau des ID d’abonnement Azure cibles pour le instantané, spécifié par l’utilisateur qui a créé le instantané par Capture instantanée - Prendre.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à