AzureSqlElasticJobAdapter.GetJob 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.
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
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