JobStepExecutionsClient Interface
public interface JobStepExecutionsClient
An instance of this class provides access to all the operations defined in JobStepExecutionsClient.
Method Summary
Method Details
get
public abstract JobExecutionInner get(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId, String stepName)
Gets a step execution of a job execution.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a step execution of a job execution.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a step execution of a job execution.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a step execution of a job execution.
Parameters:
Returns:
listByJobExecution
public abstract PagedIterable
Lists the step executions of a job execution.
Parameters:
Returns:
listByJobExecution
public abstract PagedIterable
Lists the step executions of a job execution.
Parameters:
Returns:
listByJobExecutionAsync
public abstract PagedFlux
Lists the step executions of a job execution.
Parameters:
Returns:
listByJobExecutionAsync
public abstract PagedFlux
Lists the step executions of a job execution.
Parameters:
Returns:
Applies to
Azure SDK for Java