Compartir a través de


ManagementGroupsOperationsExtensions.ListAsync Método

Definición

Obtiene una lista de grupos de administración conectados a un área de trabajo.

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))

Parámetros

operations
IManagementGroupsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName
String

El nombre del área de trabajo.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a