Share via


InstanceFailoverGroupsOperationsExtensions.ListByLocationNextAsync Method

Definition

Lists the failover groups in a location.

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

Parameters

operations
IInstanceFailoverGroupsOperations

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

Applies to