Show / Hide Table of Contents

Class DataflowEndpointFabricOneLake

Microsoft Fabric endpoint properties.

Inheritance
System.Object
DataflowEndpointFabricOneLake
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.IotOperations.dll
Syntax
public class DataflowEndpointFabricOneLake : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLake>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLake>

Constructors

DataflowEndpointFabricOneLake(DataflowEndpointFabricOneLakeAuthentication, DataflowEndpointFabricOneLakeNames, DataflowEndpointFabricPathType, String)

Initializes a new instance of DataflowEndpointFabricOneLake.

Declaration
public DataflowEndpointFabricOneLake (Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLakeAuthentication authentication, Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLakeNames names, Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricPathType oneLakePathType, string host);
Parameters
DataflowEndpointFabricOneLakeAuthentication authentication

Authentication configuration. NOTE - only one authentication property is allowed per entry.

DataflowEndpointFabricOneLakeNames names

Names of the workspace and lakehouse.

DataflowEndpointFabricPathType oneLakePathType

Type of location of the data in the workspace. Can be either tables or files.

System.String host

Host of the Microsoft Fabric in the form of https://<host>.fabric.microsoft.com.

Exceptions
System.ArgumentNullException

authentication, names or host is null.

Properties

Authentication

Authentication configuration. NOTE - only one authentication property is allowed per entry.

Declaration
public Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLakeAuthentication Authentication { get; set; }
Property Value
DataflowEndpointFabricOneLakeAuthentication

Batching

Batching configuration.

Declaration
public Azure.ResourceManager.IotOperations.Models.IotOperationsBatchingConfig Batching { get; set; }
Property Value
IotOperationsBatchingConfig

Host

Host of the Microsoft Fabric in the form of https://<host>.fabric.microsoft.com.

Declaration
public string Host { get; set; }
Property Value
System.String

Names

Names of the workspace and lakehouse.

Declaration
public Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLakeNames Names { get; set; }
Property Value
DataflowEndpointFabricOneLakeNames

OneLakePathType

Type of location of the data in the workspace. Can be either tables or files.

Declaration
public Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricPathType OneLakePathType { get; set; }
Property Value
DataflowEndpointFabricPathType

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Declaration
protected virtual void JsonModelWriteCore (System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.Text.Json.Utf8JsonWriter writer

The JSON writer.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The client options for reading and writing models.

Explicit Interface Implementations

IJsonModel<DataflowEndpointFabricOneLake>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

Declaration
Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLake IJsonModel<DataflowEndpointFabricOneLake>.Create (ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.Text.Json.Utf8JsonReader reader

The System.Text.Json.Utf8JsonReader to read.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
DataflowEndpointFabricOneLake

A T representation of the JSON value.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IJsonModel<DataflowEndpointFabricOneLake>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

Declaration
void IJsonModel<DataflowEndpointFabricOneLake>.Write (System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.Text.Json.Utf8JsonWriter writer

The System.Text.Json.Utf8JsonWriter to write into.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IPersistableModel<DataflowEndpointFabricOneLake>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

Declaration
Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLake IPersistableModel<DataflowEndpointFabricOneLake>.Create (BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.BinaryData data

The System.BinaryData to parse.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
DataflowEndpointFabricOneLake

A T representation of the data.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IPersistableModel<DataflowEndpointFabricOneLake>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

Declaration
string IPersistableModel<DataflowEndpointFabricOneLake>.GetFormatFromOptions (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to consider when serializing and deserializing the model.

Returns
System.String

The format that the model uses when communicating with the service.

IPersistableModel<DataflowEndpointFabricOneLake>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Declaration
BinaryData IPersistableModel<DataflowEndpointFabricOneLake>.Write (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
System.BinaryData

A binary representation of the written model.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

Back to top Azure SDK for .NET