Uses of Class
com.azure.resourcemanager.sql.fluent.models.JobStepInner
-
Packages that use JobStepInner Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 JobStepInner Modifier and Type Method Description JobStepInnerJobStepsClient. createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, JobStepInner parameters)Creates or updates a job step.JobStepInnerJobStepsClient. get(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName)Gets a job step in a job's current version.JobStepInnerJobStepsClient. 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 JobStepInner Modifier and Type Method Description Mono<JobStepInner>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.Mono<JobStepInner>JobStepsClient. getAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName)Gets a job step in a job's current version.Mono<JobStepInner>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 JobStepInner Modifier and Type Method Description JobStepInnerJobStepsClient. createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, String stepName, JobStepInner parameters)Creates or updates a job step.Mono<JobStepInner>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 JobStepInner Modifier and Type Method Description JobStepInnerJobStepInner. withAction(JobStepAction action)Set the action property: The action payload of the job step.JobStepInnerJobStepInner. withCredential(String credential)Set the credential property: The resource ID of the job credential that will be used to connect to the targets.JobStepInnerJobStepInner. withExecutionOptions(JobStepExecutionOptions executionOptions)Set the executionOptions property: Execution options for the job step.JobStepInnerJobStepInner. withOutput(JobStepOutput output)Set the output property: Output destination properties of the job step.JobStepInnerJobStepInner. withStepId(Integer stepId)Set the stepId property: The job step's index within the job.JobStepInnerJobStepInner. 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 JobStepInner Modifier and Type Method Description List<JobStepInner>JobStepListResult. value()Get the value property: Array of results.
-