JobAgentInner Class

Definition

An Azure SQL job agent.

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

Constructors

JobAgentInner()

Initializes a new instance of the JobAgentInner class.

JobAgentInner(String, String, String, String, String, IDictionary<String,String>, Sku, JobAgentState)

Initializes a new instance of the JobAgentInner class.

Properties

DatabaseId

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

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to