Share via


AzureSqlElasticJobAdapter.GetJobExecution Method

Definition

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

Applies to