Uses of Class
com.azure.resourcemanager.sql.fluent.models.JobStepInner
Packages that use JobStepInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of JobStepInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return JobStepInnerModifier and TypeMethodDescriptionJobStepsClient.createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, JobStepInner parameters) Creates or updates a job step.JobStepsClient.get(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName) Gets a job step in a job's current version.JobStepsClient.getByVersion(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, String stepName) Gets the specified version of a job step.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type JobStepInnerModifier and TypeMethodDescriptionJobStepsClient.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> JobStepsClient.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>> JobStepsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, JobStepInner parameters) Creates or updates a job step.JobStepsClient.getAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName) Gets a job step in a job's current version.JobStepsClient.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> JobStepsClient.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>> JobStepsClient.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> JobStepsClient.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>> JobStepsClient.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> JobStepsClient.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> JobStepsClient.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> JobStepsClient.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> JobStepsClient.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> JobStepsClient.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> JobStepsClient.listByVersionAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion) Gets all job steps in the specified job version.Methods in com.azure.resourcemanager.sql.fluent with parameters of type JobStepInnerModifier and TypeMethodDescriptionJobStepsClient.createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, JobStepInner parameters) Creates or updates a job step.JobStepsClient.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> JobStepsClient.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>> JobStepsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, JobStepInner parameters) Creates or updates a job step. -
Uses of JobStepInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return JobStepInnerModifier and TypeMethodDescriptionstatic JobStepInnerJobStepInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of JobStepInner from the JsonReader.JobStepInner.withAction(JobStepAction action) Set the action property: The action payload of the job step.JobStepInner.withCredential(String credential) Set the credential property: The resource ID of the job credential that will be used to connect to the targets.JobStepInner.withExecutionOptions(JobStepExecutionOptions executionOptions) Set the executionOptions property: Execution options for the job step.JobStepInner.withOutput(JobStepOutput output) Set the output property: Output destination properties of the job step.JobStepInner.withStepId(Integer stepId) Set the stepId property: The job step's index within the job.JobStepInner.withTargetGroup(String targetGroup) Set the targetGroup property: The resource ID of the target group that the job step will be executed on. -
Uses of JobStepInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type JobStepInnerModifier and TypeMethodDescriptionJobStepListResult.value()Get the value property: Array of results.