AzureSqlElasticJobAgentModel Class

Definition

Represents the core properties of an Azure Elastic Job Agent model

public class AzureSqlElasticJobAgentModel : Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobsBaseModel
type AzureSqlElasticJobAgentModel = class
    inherit AzureSqlElasticJobsBaseModel
Public Class AzureSqlElasticJobAgentModel
Inherits AzureSqlElasticJobsBaseModel
Inheritance
AzureSqlElasticJobAgentModel

Constructors

AzureSqlElasticJobAgentModel()

Properties

AgentName

Gets or sets the agent name

(Inherited from AzureSqlElasticJobsBaseModel)
DatabaseId

The SQL Database Agent Control Database Id

DatabaseName

Gets or sets the database name for the sql database agent name.

Identity

Gets or sets the identities of the Job Agent

Location

Gets or sets the location the elastic job agent is in

ResourceGroupName

Gets or sets the name of the resource group name

(Inherited from AzureSqlElasticJobsBaseModel)
ResourceId

Gets or sets the resource id

(Inherited from AzureSqlElasticJobsBaseModel)
ServerName

Gets or sets the server name

(Inherited from AzureSqlElasticJobsBaseModel)
SkuName

Gets or sets the agent's SKU name

State

Gets or sets the agent's state.

Tags

Gets or sets the tags associated with the server.

Type

Gets or sets the resource typ

(Inherited from AzureSqlElasticJobsBaseModel)
WorkerCount

Gets or sets the agent's number of workers.

Applies to