GetJobAgentResult

data class GetJobAgentResult(val databaseId: String, val id: String, 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(databaseId: String, id: String, 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

Resource ID of the database to store job metadata in.

Link copied to clipboard
val id: String

Resource ID.

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.