OperationsHealthOperationsExtensions.ListByLocationNextAsync(IOperationsHealthOperations, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a service operation health status.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.OperationsHealth>> ListByLocationNextAsync (this Microsoft.Azure.Management.Sql.IOperationsHealthOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByLocationNextAsync : Microsoft.Azure.Management.Sql.IOperationsHealthOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.OperationsHealth>>
<Extension()>
Public Function ListByLocationNextAsync (operations As IOperationsHealthOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OperationsHealth))
Parameters
- operations
- IOperationsHealthOperations
The operations group for this extension method.
- nextPageLink
- System.String
The NextLink from the previous successful call to List operation.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.
Returns
- System.Threading.Tasks.Task<IPage<OperationsHealth>>