AzureSqlElasticJobCommunicator.CreateOrUpdateJobStep Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a job step
public Microsoft.Azure.Management.Sql.Models.JobStep CreateOrUpdateJobStep (string resourceGroupName, string serverName, string agentName, string jobName, string stepName, Microsoft.Azure.Management.Sql.Models.JobStep parameters);
member this.CreateOrUpdateJobStep : string * string * string * string * string * Microsoft.Azure.Management.Sql.Models.JobStep -> Microsoft.Azure.Management.Sql.Models.JobStep
Public Function CreateOrUpdateJobStep (resourceGroupName As String, serverName As String, agentName As String, jobName As String, stepName As String, parameters As JobStep) As JobStep
Parameters
- resourceGroupName
- String
The resource group name
- serverName
- String
The server name
- agentName
- String
The agent name
- jobName
- String
The job name
- stepName
- String
The target groups name
- parameters
- JobStep
The target group's create parameters
Returns
The created target group