共用方式為


JobTargetGroupsOperationsExtensions.ListByAgentNext Method

Definition

Gets all target groups in an agent.

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

Parameters

operations
IJobTargetGroupsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to