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