Partager via


PrivateLinkResourcesOperationsExtensions.ListAsync Méthode

Définition

Obtenir la liste des ID de groupe.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateLinkResourceListResult> ListAsync (this Microsoft.Azure.Management.VideoAnalyzer.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.VideoAnalyzer.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateLinkResourceListResult>
<Extension()>
Public Function ListAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResourceListResult)

Paramètres

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

accountName
String

Nom du compte Video Analyzer.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtenez la liste des ID de groupe pour le compte video analyzer.

S’applique à