GetJobAgentResult

data class GetJobAgentResult(val azureApiVersion: String, val databaseId: String, val id: String, val identity: JobAgentIdentityResponse? = null, val location: String, val name: String, val sku: SkuResponse? = null, val state: String, val tags: Map<String, String>? = null, val type: String)

An Azure SQL job agent.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, databaseId: String, id: String, identity: JobAgentIdentityResponse? = null, location: String, name: String, sku: SkuResponse? = null, state: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Resource ID of the database to store job metadata in.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

The identity of the job agent.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard
val sku: SkuResponse? = null

The name and tier of the SKU.

Link copied to clipboard

The state of the job agent.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.