JobStepOutput 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
JobStepOutput() |
Initializes a new instance of the JobStepOutput class. |
JobStepOutput(String, String, String, String, String, Nullable<Guid>, String, String) |
Initializes a new instance of the JobStepOutput class. |
JobStepOutput()
Initializes a new instance of the JobStepOutput class.
public JobStepOutput ();
Public Sub New ()
Applies to
JobStepOutput(String, String, String, String, String, Nullable<Guid>, String, String)
Initializes a new instance of the JobStepOutput class.
public JobStepOutput (string serverName, string databaseName, string tableName, string credential, string type = default, Guid? subscriptionId = default, string resourceGroupName = default, string schemaName = default);
new Microsoft.Azure.Management.Sql.Models.JobStepOutput : string * string * string * string * string * Nullable<Guid> * string * string -> Microsoft.Azure.Management.Sql.Models.JobStepOutput
Public Sub New (serverName As String, databaseName As String, tableName As String, credential As String, Optional type As String = Nothing, Optional subscriptionId As Nullable(Of Guid) = Nothing, Optional resourceGroupName As String = Nothing, Optional schemaName As String = Nothing)
Parameters
- serverName
- String
The output destination server name.
- databaseName
- String
The output destination database.
- tableName
- String
The output destination table.
- credential
- String
The resource ID of the credential to use to connect to the output destination.
- type
- String
The output destination type. Possible values include: 'SqlDatabase'
- resourceGroupName
- String
The output destination resource group.
- schemaName
- String
The output destination schema.
Applies to
Azure SDK for .NET