Condividi tramite


SmartGroupsOperationsExtensions.GetAllNextAsync Method

Definition

Get all Smart Groups within a specified subscription

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

Parameters

operations
ISmartGroupsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

List all the Smart Groups within a specified subscription.

Applies to