Share via


AzureSqlElasticJobAdapter.GetJob Method

Definition

Overloads

GetJob(String, String, String, String)

Gets a job from agent

GetJob(String, String, String)

Gets a list of jobs owned by agent

GetJob(String, String, String, String)

Gets a job from agent

public Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel GetJob (string resourceGroupName, string serverName, string agentName, string jobName);
member this.GetJob : string * string * string * string -> Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel
Public Function GetJob (resourceGroupName As String, serverName As String, agentName As String, jobName As String) As AzureSqlElasticJobModel

Parameters

resourceGroupName
String

The resource group name

serverName
String

The agent server name

agentName
String

The agent name

jobName
String

The job name

Returns

A job

Applies to

GetJob(String, String, String)

Gets a list of jobs owned by agent

public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel> GetJob (string resourceGroupName, string serverName, string agentName);
member this.GetJob : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel>
Public Function GetJob (resourceGroupName As String, serverName As String, agentName As String) As List(Of AzureSqlElasticJobModel)

Parameters

resourceGroupName
String

The resource group name

serverName
String

The agent server name

agentName
String

The agent name

Returns

A list of jobs

Applies to