Sdílet prostřednictvím


AzureSqlElasticJobCommunicator.GetAgent(String, String, String) Method

Definition

Gets the agent associated to resourceGroup

public Microsoft.Azure.Management.Sql.Models.JobAgent GetAgent (string resourceGroupName, string serverName, string agentName);
member this.GetAgent : string * string * string -> Microsoft.Azure.Management.Sql.Models.JobAgent
Public Function GetAgent (resourceGroupName As String, serverName As String, agentName As String) As JobAgent

Parameters

resourceGroupName
String
serverName
String
agentName
String

Returns

The agent belonging to specified server

Applies to