AzureSqlElasticJobCommunicator.GetJob(String, String, String, String) 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
public Microsoft.Azure.Management.Sql.Models.Job GetJob(string resourceGroupName, string agentServerName, string agentName, string jobName);
member this.GetJob : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.Job
Public Function GetJob (resourceGroupName As String, agentServerName As String, agentName As String, jobName As String) As Job
Parameters
- resourceGroupName
- String
The resource group name
- agentServerName
- String
The agent server name
- agentName
- String
The agent name
- jobName
- String
The job name
Returns
The job belonging to the agent