AzureSqlElasticJobCommunicator.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 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