Sdílet prostřednictvím


AzureSqlElasticJobCommunicator.GetJob(String, String, String, String) Method

Definition

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

Job

The job belonging to the agent

Applies to