AzureSqlElasticJobAdapter.CreateJobExecution 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 root job execution and polls until execution completes.
public Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel CreateJobExecution (Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel model);
member this.CreateJobExecution : Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel -> Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel
Public Function CreateJobExecution (model As AzureSqlElasticJobExecutionModel) As AzureSqlElasticJobExecutionModel
Parameters
Returns
The created root job execution