AzureSqlElasticJobCommunicator.GetJobVersion 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
GetJobVersion(String, String, String, String, Int32) | |
GetJobVersion(String, String, String, String) |
GetJobVersion(String, String, String, String, Int32)
public Microsoft.Azure.Management.Sql.Models.JobVersion GetJobVersion (string resourceGroupName, string serverName, string agentName, string jobName, int jobVersion);
member this.GetJobVersion : string * string * string * string * int -> Microsoft.Azure.Management.Sql.Models.JobVersion
Public Function GetJobVersion (resourceGroupName As String, serverName As String, agentName As String, jobName As String, jobVersion As Integer) As JobVersion
Parameters
- resourceGroupName
- String
- serverName
- String
- agentName
- String
- jobName
- String
- jobVersion
- Int32
Returns
Applies to
GetJobVersion(String, String, String, String)
public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobVersion> GetJobVersion (string resourceGroupName, string serverName, string agentName, string jobName);
member this.GetJobVersion : string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobVersion>
Public Function GetJobVersion (resourceGroupName As String, serverName As String, agentName As String, jobName As String) As IPage(Of JobVersion)
Parameters
- resourceGroupName
- String
- serverName
- String
- agentName
- String
- jobName
- String