AzureSqlElasticJobCommunicator.BeginCreate 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 execution in job and returns immediately with job execution id
public Microsoft.Azure.Management.Sql.Models.JobExecution BeginCreate (string resourceGroupName, string serverName, string agentName, string jobName);
member this.BeginCreate : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.JobExecution
Public Function BeginCreate (resourceGroupName As String, serverName As String, agentName As String, jobName As String) As JobExecution
Parameters
- resourceGroupName
- String
The resource group name
- serverName
- String
The server name
- agentName
- String
The agent name
- jobName
- String
The job name
Returns
A new job execution