JobTargetExecutionsOperationsExtensions.ListByStepNext 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.
Lists the target executions of a job step execution.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobExecution> ListByStepNext(this Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations operations, string nextPageLink);
static member ListByStepNext : Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobExecution>
<Extension()>
Public Function ListByStepNext (operations As IJobTargetExecutionsOperations, nextPageLink As String) As IPage(Of JobExecution)
Parameters
- operations
- IJobTargetExecutionsOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET