Compartilhar via


SmartGroupsOperationsExtensions.GetAllNext Método

Definição

Obter todos os Grupos Inteligentes em uma assinatura especificada

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup> GetAllNext (this Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations operations, string nextPageLink);
static member GetAllNext : Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup>
<Extension()>
Public Function GetAllNext (operations As ISmartGroupsOperations, nextPageLink As String) As IPage(Of SmartGroup)

Parâmetros

operations
ISmartGroupsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Comentários

Liste todos os Grupos Inteligentes em uma assinatura especificada.

Aplica-se a