JobExecutionTarget Constructors

Definition

Overloads

JobExecutionTarget()

Initializes a new instance of the JobExecutionTarget class.

JobExecutionTarget(JobTargetType, String, String)

Initializes a new instance of the JobExecutionTarget class.

JobExecutionTarget()

Initializes a new instance of the JobExecutionTarget class.

public JobExecutionTarget ();
Public Sub New ()

Applies to

JobExecutionTarget(JobTargetType, String, String)

Initializes a new instance of the JobExecutionTarget class.

public JobExecutionTarget (Microsoft.Azure.Management.Sql.Fluent.Models.JobTargetType type = default, string serverName = default, string databaseName = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionTarget : Microsoft.Azure.Management.Sql.Fluent.Models.JobTargetType * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionTarget
Public Sub New (Optional type As JobTargetType = Nothing, Optional serverName As String = Nothing, Optional databaseName As String = Nothing)

Parameters

type
JobTargetType

The type of the target. Possible values include: 'TargetGroup', 'SqlDatabase', 'SqlElasticPool', 'SqlShardMap', 'SqlServer'

serverName
String

The server name.

databaseName
String

The database name.

Applies to