Partager via


ManagementGroupsOperationsExtensions.ListAsync Méthode

Définition

Obtient la liste des groupes d’administration connectés à un espace de travail.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup>> ListAsync (this Microsoft.Azure.Management.OperationalInsights.IManagementGroupsOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.OperationalInsights.IManagementGroupsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup>>
<Extension()>
Public Function ListAsync (operations As IManagementGroupsOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ManagementGroup))

Paramètres

operations
IManagementGroupsOperations

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

resourceGroupName
String

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

workspaceName
String

Nom de l’espace de travail.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à