DataFactoryPrivateEndpointConnectionProperties Class

Definition

A remote private endpoint connection.

public class DataFactoryPrivateEndpointConnectionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryPrivateEndpointConnectionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryPrivateEndpointConnectionProperties>
public class DataFactoryPrivateEndpointConnectionProperties
type DataFactoryPrivateEndpointConnectionProperties = class
    interface IJsonModel<DataFactoryPrivateEndpointConnectionProperties>
    interface IPersistableModel<DataFactoryPrivateEndpointConnectionProperties>
type DataFactoryPrivateEndpointConnectionProperties = class
Public Class DataFactoryPrivateEndpointConnectionProperties
Implements IJsonModel(Of DataFactoryPrivateEndpointConnectionProperties), IPersistableModel(Of DataFactoryPrivateEndpointConnectionProperties)
Public Class DataFactoryPrivateEndpointConnectionProperties
Inheritance
DataFactoryPrivateEndpointConnectionProperties
Implements

Constructors

DataFactoryPrivateEndpointConnectionProperties()

Initializes a new instance of DataFactoryPrivateEndpointConnectionProperties.

Properties

PrivateEndpointId

Gets Id.

PrivateLinkServiceConnectionState

The state of a private link connection.

ProvisioningState

Gets the provisioning state.

Explicit Interface Implementations

IJsonModel<DataFactoryPrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataFactoryPrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFactoryPrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFactoryPrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataFactoryPrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to