JobExecutionTarget Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JobExecutionTarget() |
Initializes a new instance of the JobExecutionTarget class. |
JobExecutionTarget(String, 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(String, String, String)
Initializes a new instance of the JobExecutionTarget class.
public JobExecutionTarget (string type = default, string serverName = default, string databaseName = default);
new Microsoft.Azure.Management.Sql.Models.JobExecutionTarget : string * string * string -> Microsoft.Azure.Management.Sql.Models.JobExecutionTarget
Public Sub New (Optional type As String = Nothing, Optional serverName As String = Nothing, Optional databaseName As String = Nothing)
Parameters
- type
- String
The type of the target. Possible values include: 'TargetGroup', 'SqlDatabase', 'SqlElasticPool', 'SqlShardMap', 'SqlServer'
- serverName
- String
The server name.
- databaseName
- String
The database name.