AzureSqlElasticJobAdapter.GetJob Method

Definition

Overloads

GetJob(String, String, String, String)
GetJob(String, String, String)

GetJob(String, String, String, String)

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
serverName
String
agentName
String
jobName
String

Returns

AzureSqlElasticJobModel

Applies to

GetJob(String, String, String)

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
serverName
String
agentName
String

Returns

List<AzureSqlElasticJobModel>

Applies to