Sdílet prostřednictvím


AzureSqlElasticJobCommunicator.ListAgentsByServer(String, String) Method

Definition

Lists the agents associated to resource group and server

public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobAgent> ListAgentsByServer (string resourceGroupName, string serverName);
member this.ListAgentsByServer : string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobAgent>
Public Function ListAgentsByServer (resourceGroupName As String, serverName As String) As IPage(Of JobAgent)

Parameters

resourceGroupName
String

The resource group name

serverName
String

The server name

Returns

A list of agents belonging to specified server

Applies to