PersonDirectoryExtensions.ListDynamicPersonGroupsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.DynamicPersonGroupGetResponse>> ListDynamicPersonGroupsAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory operations, string start = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListDynamicPersonGroupsAsync : Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.DynamicPersonGroupGetResponse>>
<Extension()>
Public Function ListDynamicPersonGroupsAsync (operations As IPersonDirectory, Optional start As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of DynamicPersonGroupGetResponse))
Parameters
- operations
- IPersonDirectory
- start
- String
- top
- String
- cancellationToken
- CancellationToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET