Share via


SmartGroupsOperationsExtensions.GetAllNext Method

Definition

Get all Smart Groups within a specified subscription

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)

Parameters

operations
ISmartGroupsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List all the Smart Groups within a specified subscription.

Applies to