get Job Agent
Gets a job agent. API Version: 2020-11-01-preview.
Return
An Azure SQL job agent.
Parameters
argument
null
suspend fun getJobAgent(jobAgentName: String, resourceGroupName: String, serverName: String): GetJobAgentResult
Return
An Azure SQL job agent.
Parameters
job Agent Name
The name of the job agent to be retrieved.
resource Group Name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
server Name
The name of the server.
See also
suspend fun getJobAgent(argument: suspend GetJobAgentPlainArgsBuilder.() -> Unit): GetJobAgentResult
Return
An Azure SQL job agent.
Parameters
argument
Builder for com.pulumi.azurenative.sql.kotlin.inputs.GetJobAgentPlainArgs.