JobAgent Class

Definition

An Azure SQL job agent.

[Microsoft.Rest.Serialization.JsonTransformation]
public class JobAgent : Microsoft.Azure.Management.Sql.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type JobAgent = class
    inherit TrackedResource
Public Class JobAgent
Inherits TrackedResource
Inheritance
Attributes

Constructors

JobAgent()

Initializes a new instance of the JobAgent class.

JobAgent(String, String, String, String, String, IDictionary<String,String>, Sku, String)

Initializes a new instance of the JobAgent class.

Properties

DatabaseId

Gets or sets resource ID of the database to store job metadata in.

Id

Gets resource ID.

(Inherited from Resource)
Location

Gets or sets resource location.

(Inherited from TrackedResource)
Name

Gets resource name.

(Inherited from Resource)
Sku

Gets or sets the name and tier of the SKU.

State

Gets the state of the job agent. Possible values include: 'Creating', 'Ready', 'Updating', 'Deleting', 'Disabled'

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to