AzureSqlElasticJobCommunicator.GetJobTargetExecution 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 job target execution
public Microsoft.Azure.Management.Sql.Models.JobExecution GetJobTargetExecution (string resourceGroupName, string serverName, string agentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId);
member this.GetJobTargetExecution : string * string * string * string * Guid * string * Guid -> Microsoft.Azure.Management.Sql.Models.JobExecution
Public Function GetJobTargetExecution (resourceGroupName As String, serverName As String, agentName As String, jobName As String, jobExecutionId As Guid, stepName As String, targetId 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
- stepName
- String
The step name
- targetId
- Guid
The target id