JobAgentInner Constructors

Definition

Overloads

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.

JobAgentInner()

Initializes a new instance of the JobAgentInner class.

public JobAgentInner ();
Public Sub New ()

Applies to

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

Initializes a new instance of the JobAgentInner class.

public JobAgentInner (string location, string databaseId, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Sql.Fluent.Models.Sku sku = default, Microsoft.Azure.Management.Sql.Fluent.Models.JobAgentState state = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.JobAgentInner : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Sql.Fluent.Models.Sku * Microsoft.Azure.Management.Sql.Fluent.Models.JobAgentState -> Microsoft.Azure.Management.Sql.Fluent.Models.JobAgentInner
Public Sub New (location As String, databaseId As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional state As JobAgentState = Nothing)

Parameters

location
String

Resource location.

databaseId
String

Resource ID of the database to store job metadata in.

id
String
name
String
type
String
tags
IDictionary<String,String>

Resource tags.

sku
Sku

The name and tier of the SKU.

state
JobAgentState

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

Applies to