ConnectionStateProperties Class

Definition

The connection state of a managed private endpoint.

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

Constructors

ConnectionStateProperties()

Initializes a new instance of ConnectionStateProperties.

Properties

ActionsRequired

The actions required on the managed private endpoint.

Description

The managed private endpoint description.

Status

The approval status.

Explicit Interface Implementations

IJsonModel<ConnectionStateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectionStateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectionStateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectionStateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectionStateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to