AzureSqlElasticJobCommunicator.ListJobsByAgent(String, String, String) 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.
Gets a list of jobs that agentName owns.
public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Job> ListJobsByAgent (string resourceGroupName, string agentServerName, string agentName);
member this.ListJobsByAgent : string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Job>
Public Function ListJobsByAgent (resourceGroupName As String, agentServerName As String, agentName As String) As IPage(Of Job)
Parameters
- resourceGroupName
- String
The resource group name
- agentServerName
- String
The agent server name
- agentName
- String
The agent name