JobStepsClient Interface
public interface JobStepsClient
An instance of this class provides access to all the operations defined in JobStepsClient.
Method Summary
Method Details
createOrUpdate
public abstract JobStepInner createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, JobStepInner parameters)
Creates or updates a job step. This will implicitly create a new job version.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a job step. This will implicitly create a new job version.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates a job step. This will implicitly create a new job version.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a job step. This will implicitly create a new job version.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName)
Deletes a job step. This will implicitly create a new job version.
Parameters:
deleteAsync
public abstract Mono
Deletes a job step. This will implicitly create a new job version.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes a job step. This will implicitly create a new job version.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a job step. This will implicitly create a new job version.
Parameters:
Returns:
get
public abstract JobStepInner get(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName)
Gets a job step in a job's current version.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a job step in a job's current version.
Parameters:
Returns:
getByVersion
public abstract JobStepInner getByVersion(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, String stepName)
Gets the specified version of a job step.
Parameters:
Returns:
getByVersionAsync
public abstract Mono
Gets the specified version of a job step.
Parameters:
Returns:
getByVersionWithResponse
public abstract Response
Gets the specified version of a job step.
Parameters:
Returns:
getByVersionWithResponseAsync
public abstract Mono
Gets the specified version of a job step.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a job step in a job's current version.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a job step in a job's current version.
Parameters:
Returns:
listByJob
public abstract PagedIterable
Gets all job steps for a job's current version.
Parameters:
Returns:
listByJob
public abstract PagedIterable
Gets all job steps for a job's current version.
Parameters:
Returns:
listByJobAsync
public abstract PagedFlux
Gets all job steps for a job's current version.
Parameters:
Returns:
listByVersion
public abstract PagedIterable
Gets all job steps in the specified job version.
Parameters:
Returns:
listByVersion
public abstract PagedIterable
Gets all job steps in the specified job version.
Parameters:
Returns:
listByVersionAsync
public abstract PagedFlux
Gets all job steps in the specified job version.
Parameters:
Returns:
Applies to
Azure SDK for Java