Compartir a través de


SmartGroupsOperationsExtensions.GetAllNextAsync Método

Definición

Obtener todos los grupos inteligentes dentro de una suscripción especificada

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup>> GetAllNextAsync (this Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetAllNextAsync : Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup>>
<Extension()>
Public Function GetAllNextAsync (operations As ISmartGroupsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SmartGroup))

Parámetros

operations
ISmartGroupsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Enumera todos los grupos inteligentes dentro de una suscripción especificada.

Se aplica a