getJobAgent

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

jobAgentName

The name of the job agent to be retrieved.

resourceGroupName

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

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.

See also