AzureSqlElasticJobCommunicator.CreateOrUpdateJob 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
public Microsoft.Azure.Management.Sql.Models.Job CreateOrUpdateJob (string resourceGroupName, string agentServerName, string agentName, string jobName, Microsoft.Azure.Management.Sql.Models.Job parameters);
member this.CreateOrUpdateJob : string * string * string * string * Microsoft.Azure.Management.Sql.Models.Job -> Microsoft.Azure.Management.Sql.Models.Job
Public Function CreateOrUpdateJob (resourceGroupName As String, agentServerName As String, agentName As String, jobName As String, parameters As Job) As Job
Parameters
- resourceGroupName
- String
The resource group name
- agentServerName
- String
The server name
- agentName
- String
The agent name
- jobName
- String
The job name
- parameters
- Job
The job' create parameters
Returns
A new job