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

PersonDirectoryExtensions.ListDynamicPersonGroupPersonReferencesAsync 方法

定义

重载

ListDynamicPersonGroupPersonReferencesAsync(IPersonDirectory, String, String, String, CancellationToken)
已过时.
ListDynamicPersonGroupPersonReferencesAsync(IPersonDirectory, Guid, String, String, CancellationToken)

ListDynamicPersonGroupPersonReferencesAsync(IPersonDirectory, String, String, String, CancellationToken)

Source:
PersonDirectoryExtensions.cs

注意

Method is being deprecated, consider using other overloads.

[System.Obsolete("Method is being deprecated, consider using other overloads.", false)]
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersonDynamicPersonGroupReferenceResponse> ListDynamicPersonGroupPersonReferencesAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory operations, string personId, string start = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("Method is being deprecated, consider using other overloads.", false)>]
static member ListDynamicPersonGroupPersonReferencesAsync : Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersonDynamicPersonGroupReferenceResponse>
<Extension()>
Public Function ListDynamicPersonGroupPersonReferencesAsync (operations As IPersonDirectory, personId As String, Optional start As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PersonDynamicPersonGroupReferenceResponse)

参数

operations
IPersonDirectory
personId
String
start
String
top
String
cancellationToken
CancellationToken

返回

属性

适用于

ListDynamicPersonGroupPersonReferencesAsync(IPersonDirectory, Guid, String, String, CancellationToken)

Source:
PersonDirectoryExtensions.cs
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersonDynamicPersonGroupReferenceResponse> ListDynamicPersonGroupPersonReferencesAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory operations, Guid personId, string start = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListDynamicPersonGroupPersonReferencesAsync : Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory * Guid * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersonDynamicPersonGroupReferenceResponse>
<Extension()>
Public Function ListDynamicPersonGroupPersonReferencesAsync (operations As IPersonDirectory, personId As Guid, Optional start As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PersonDynamicPersonGroupReferenceResponse)

参数

operations
IPersonDirectory
personId
Guid
start
String
top
String
cancellationToken
CancellationToken

返回

适用于