Sdílet prostřednictvím


AzureSqlElasticJobCommunicator.ListJobsByAgent(String, String, String) Method

Definition

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

Returns

Applies to