Office365TableOutputColumn Class

Definition

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.

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