Sdílet prostřednictvím


AzureSqlElasticJobCommunicator.CreateOrUpdateJob Method

Definition

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

Job

A new job

Applies to