public interface JobStepsClient
| Modifier and Type | Method and Description |
|---|---|
JobStepInner |
createOrUpdate(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName,
JobStepInner parameters)
Creates or updates a job step.
|
Mono<JobStepInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName,
JobStepInner parameters)
Creates or updates a job step.
|
com.azure.core.http.rest.Response<JobStepInner> |
createOrUpdateWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName,
JobStepInner parameters,
com.azure.core.util.Context context)
Creates or updates a job step.
|
Mono<com.azure.core.http.rest.Response<JobStepInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName,
JobStepInner parameters)
Creates or updates a job step.
|
void |
delete(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName)
Deletes a job step.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName)
Deletes a job step.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName,
com.azure.core.util.Context context)
Deletes a job step.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName)
Deletes a job step.
|
JobStepInner |
get(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName)
Gets a job step in a job's current version.
|
Mono<JobStepInner> |
getAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName)
Gets a job step in a job's current version.
|
JobStepInner |
getByVersion(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
int jobVersion,
String stepName)
Gets the specified version of a job step.
|
Mono<JobStepInner> |
getByVersionAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
int jobVersion,
String stepName)
Gets the specified version of a job step.
|
com.azure.core.http.rest.Response<JobStepInner> |
getByVersionWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
int jobVersion,
String stepName,
com.azure.core.util.Context context)
Gets the specified version of a job step.
|
Mono<com.azure.core.http.rest.Response<JobStepInner>> |
getByVersionWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
int jobVersion,
String stepName)
Gets the specified version of a job step.
|
com.azure.core.http.rest.Response<JobStepInner> |
getWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName,
com.azure.core.util.Context context)
Gets a job step in a job's current version.
|
Mono<com.azure.core.http.rest.Response<JobStepInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName)
Gets a job step in a job's current version.
|
com.azure.core.http.rest.PagedIterable<JobStepInner> |
listByJob(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Gets all job steps for a job's current version.
|
com.azure.core.http.rest.PagedIterable<JobStepInner> |
listByJob(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
com.azure.core.util.Context context)
Gets all job steps for a job's current version.
|
com.azure.core.http.rest.PagedFlux<JobStepInner> |
listByJobAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Gets all job steps for a job's current version.
|
com.azure.core.http.rest.PagedIterable<JobStepInner> |
listByVersion(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
int jobVersion)
Gets all job steps in the specified job version.
|
com.azure.core.http.rest.PagedIterable<JobStepInner> |
listByVersion(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
int jobVersion,
com.azure.core.util.Context context)
Gets all job steps in the specified job version.
|
com.azure.core.http.rest.PagedFlux<JobStepInner> |
listByVersionAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
int jobVersion)
Gets all job steps in the specified job version.
|
com.azure.core.http.rest.PagedFlux<JobStepInner> listByVersionAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.jobVersion - The version of the job to get.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<JobStepInner> listByVersion(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.jobVersion - The version of the job to get.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<JobStepInner> listByVersion(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.jobVersion - The version of the job to get.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<JobStepInner>> getByVersionWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, String stepName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.jobVersion - The version of the job to get.stepName - The name of the job step.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<JobStepInner> getByVersionAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, String stepName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.jobVersion - The version of the job to get.stepName - The name of the job step.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.JobStepInner getByVersion(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, String stepName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.jobVersion - The version of the job to get.stepName - The name of the job step.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<JobStepInner> getByVersionWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, String stepName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.jobVersion - The version of the job to get.stepName - The name of the job step.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<JobStepInner> listByJobAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<JobStepInner> listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<JobStepInner> listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<JobStepInner>> getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<JobStepInner> getAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.JobStepInner get(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<JobStepInner> getWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<JobStepInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, JobStepInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step.parameters - A job step.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<JobStepInner> createOrUpdateAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, JobStepInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step.parameters - A job step.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.JobStepInner createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, JobStepInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step.parameters - A job step.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<JobStepInner> createOrUpdateWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, JobStepInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step.parameters - A job step.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step to delete.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step to delete.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step to delete.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job.stepName - The name of the job step to delete.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.