AzureSqlElasticJobAdapter.GetJobExecution 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.
Gets a root job execution
public Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel GetJobExecution (string resourceGroupName, string serverName, string agentName, string jobName, Guid jobExecutionId);
member this.GetJobExecution : string * string * string * string * Guid -> Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel
Public Function GetJobExecution (resourceGroupName As String, serverName As String, agentName As String, jobName As String, jobExecutionId As Guid) As AzureSqlElasticJobExecutionModel
Parameters
- resourceGroupName
- String
The resource group
- serverName
- String
The server the agent is in
- agentName
- String
The agent name
- jobName
- String
The job name
- jobExecutionId
- Guid
The job execution id
Returns
The converted agent model