ArmSqlModelFactory.SqlServerJobStepData 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 SqlServerJobStepData.
public static Azure.ResourceManager.Sql.SqlServerJobStepData SqlServerJobStepData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? stepId = default, string targetGroup = default, string credential = default, Azure.ResourceManager.Sql.Models.JobStepAction action = default, Azure.ResourceManager.Sql.Models.JobStepOutput output = default, Azure.ResourceManager.Sql.Models.JobStepExecutionOptions executionOptions = default);
static member SqlServerJobStepData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * string * string * Azure.ResourceManager.Sql.Models.JobStepAction * Azure.ResourceManager.Sql.Models.JobStepOutput * Azure.ResourceManager.Sql.Models.JobStepExecutionOptions -> Azure.ResourceManager.Sql.SqlServerJobStepData
Public Shared Function SqlServerJobStepData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional stepId As Nullable(Of Integer) = Nothing, Optional targetGroup As String = Nothing, Optional credential As String = Nothing, Optional action As JobStepAction = Nothing, Optional output As JobStepOutput = Nothing, Optional executionOptions As JobStepExecutionOptions = Nothing) As SqlServerJobStepData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified.
- targetGroup
- String
The resource ID of the target group that the job step will be executed on.
- credential
- String
The resource ID of the job credential that will be used to connect to the targets.
- action
- JobStepAction
The action payload of the job step.
- output
- JobStepOutput
Output destination properties of the job step.
- executionOptions
- JobStepExecutionOptions
Execution options for the job step.
Returns
A new SqlServerJobStepData instance for mocking.
Applies to
Azure SDK for .NET