Compartilhar via


AzureSqlElasticJobCommunicator.GetJobExecution Method

Definition

Gets the associated Job Credential associated to the Azure SQL Database Agent

public Microsoft.Azure.Management.Sql.Models.JobExecution GetJobExecution (string resourceGroupName, string serverName, string agentName, string jobName, Guid jobExecutionId);
member this.GetJobExecution : string * string * string * string * Guid -> Microsoft.Azure.Management.Sql.Models.JobExecution
Public Function GetJobExecution (resourceGroupName As String, serverName As String, agentName As String, jobName As String, jobExecutionId As Guid) As JobExecution

Parameters

resourceGroupName
String

The resource group name

serverName
String

The server name

agentName
String

The agent name

jobName
String

The job name

jobExecutionId
Guid

The job execution id

Returns

The agent belonging to specified server

Applies to