| 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.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepInner |
JobStepsClient.createOrUpdate(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName,
JobStepInner parameters)
Creates or updates a job step.
|
JobStepInner |
JobStepsClient.get(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
String stepName)
Gets a job step in a job's current version.
|
JobStepInner |
JobStepsClient.getByVersion(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
int jobVersion,
String stepName)
Gets the specified version of a job step.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepInner |
JobStepsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepInner |
JobStepInner.withAction(JobStepAction action)
Set the action property: The action payload of the job step.
|
JobStepInner |
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 |
JobStepInner.withExecutionOptions(JobStepExecutionOptions executionOptions)
Set the executionOptions property: Execution options for the job step.
|
JobStepInner |
JobStepInner.withOutput(JobStepOutput output)
Set the output property: Output destination properties of the job step.
|
JobStepInner |
JobStepInner.withStepId(Integer stepId)
Set the stepId property: The job step's index within the job.
|
JobStepInner |
JobStepInner.withTargetGroup(String targetGroup)
Set the targetGroup property: The resource ID of the target group that the job step will be executed on.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.