Partager via


SmartGroupsOperationsExtensions.GetAllNext Méthode

Définition

Obtenir tous les groupes intelligents au sein d’un abonnement spécifié

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)

Paramètres

operations
ISmartGroupsOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

Remarques

Répertoriez tous les groupes intelligents au sein d’un abonnement spécifié.

S’applique à