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

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