Delen via


SynapsePrivateLinkServiceConnectionState Class

Definition

Connection state details of the private endpoint.

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

Constructors

SynapsePrivateLinkServiceConnectionState()

Initializes a new instance of SynapsePrivateLinkServiceConnectionState.

Properties

ActionsRequired

The actions required for private link service connection.

Description

The private link service connection description.

Status

The private link service connection status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapsePrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapsePrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapsePrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapsePrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapsePrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to