ManagedInstancesOperationsExtensions.ListByInstancePoolNext 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 list of all managed instances in an instance pool.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstance> ListByInstancePoolNext (this Microsoft.Azure.Management.Sql.IManagedInstancesOperations operations, string nextPageLink);
static member ListByInstancePoolNext : Microsoft.Azure.Management.Sql.IManagedInstancesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstance>
<Extension()>
Public Function ListByInstancePoolNext (operations As IManagedInstancesOperations, nextPageLink As String) As IPage(Of ManagedInstance)
Parameters
- operations
- IManagedInstancesOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.