JobStepOutput Class
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.
The output configuration of a job step.
public class JobStepOutput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.JobStepOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.JobStepOutput>
type JobStepOutput = class
interface IJsonModel<JobStepOutput>
interface IPersistableModel<JobStepOutput>
Public Class JobStepOutput
Implements IJsonModel(Of JobStepOutput), IPersistableModel(Of JobStepOutput)
- Inheritance
-
JobStepOutput
- Implements
Constructors
JobStepOutput(String, String, String, String) |
Initializes a new instance of JobStepOutput. |
Properties
Credential |
The resource ID of the credential to use to connect to the output destination. |
DatabaseName |
The output destination database. |
OutputType |
The output destination type. |
ResourceGroupName |
The output destination resource group. |
SchemaName |
The output destination schema. |
ServerName |
The output destination server name. |
SubscriptionId |
The output destination subscription id. |
TableName |
The output destination table. |
Explicit Interface Implementations
IJsonModel<JobStepOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<JobStepOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<JobStepOutput>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<JobStepOutput>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<JobStepOutput>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET