ArmSqlModelFactory.JobExecutionTarget Method
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.
Initializes a new instance of JobExecutionTarget.
public static Azure.ResourceManager.Sql.Models.JobExecutionTarget JobExecutionTarget (Azure.ResourceManager.Sql.Models.JobTargetType? targetType = default, string serverName = default, string databaseName = default);
static member JobExecutionTarget : Nullable<Azure.ResourceManager.Sql.Models.JobTargetType> * string * string -> Azure.ResourceManager.Sql.Models.JobExecutionTarget
Public Shared Function JobExecutionTarget (Optional targetType As Nullable(Of JobTargetType) = Nothing, Optional serverName As String = Nothing, Optional databaseName As String = Nothing) As JobExecutionTarget
Parameters
- targetType
- Nullable<JobTargetType>
The type of the target.
- serverName
- String
The server name.
- databaseName
- String
The database name.
Returns
A new JobExecutionTarget instance for mocking.