Office365TableOutputColumn 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 columns to be read out from the Office 365 table.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.DataFactory.Models.Office365TableOutputColumn+Office365TableOutputColumnConverter))]
public class Office365TableOutputColumn : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.Office365TableOutputColumn>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.Office365TableOutputColumn>
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.DataFactory.Models.Office365TableOutputColumn+Office365TableOutputColumnConverter))]
public class Office365TableOutputColumn
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.DataFactory.Models.Office365TableOutputColumn+Office365TableOutputColumnConverter))>]
type Office365TableOutputColumn = class
interface IJsonModel<Office365TableOutputColumn>
interface IPersistableModel<Office365TableOutputColumn>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.DataFactory.Models.Office365TableOutputColumn+Office365TableOutputColumnConverter))>]
type Office365TableOutputColumn = class
Public Class Office365TableOutputColumn
Implements IJsonModel(Of Office365TableOutputColumn), IPersistableModel(Of Office365TableOutputColumn)
Public Class Office365TableOutputColumn
- Inheritance
-
Office365TableOutputColumn
- Attributes
- Implements
Constructors
Office365TableOutputColumn() |
Initializes a new instance of Office365TableOutputColumn. |
Properties
Name |
Name of the table column. Type: string. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<Office365TableOutputColumn>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<Office365TableOutputColumn>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<Office365TableOutputColumn>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<Office365TableOutputColumn>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<Office365TableOutputColumn>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET