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

SnapshotOperationsExtensions.GetAsync 方法

定义

检索有关快照的信息。 只有获取快照的源订阅才能访问快照,以及快照 - 拍摄中的 applyScope 中包含的目标订阅。

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Snapshot> GetAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.ISnapshotOperations operations, Guid snapshotId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.CognitiveServices.Vision.Face.ISnapshotOperations * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Snapshot>
<Extension()>
Public Function GetAsync (operations As ISnapshotOperations, snapshotId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Snapshot)

参数

operations
ISnapshotOperations

此扩展方法的操作组。

snapshotId
Guid

引用特定快照的 ID。

cancellationToken
CancellationToken

取消标记。

返回

适用于