共用方式為


ManagedInstanceOperationsExtensions.ListByManagedInstanceNext Method

Definition

Gets a list of operations performed on the managed instance.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperation> ListByManagedInstanceNext (this Microsoft.Azure.Management.Sql.IManagedInstanceOperations operations, string nextPageLink);
static member ListByManagedInstanceNext : Microsoft.Azure.Management.Sql.IManagedInstanceOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperation>
<Extension()>
Public Function ListByManagedInstanceNext (operations As IManagedInstanceOperations, nextPageLink As String) As IPage(Of ManagedInstanceOperation)

Parameters

operations
IManagedInstanceOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to