Sdílet prostřednictvím


SynapsePrivateEndpointConnectionProperties Class

Definition

Properties of a private endpoint connection.

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

Properties

ConnectionState

Connection state of the private endpoint connection.

PrivateEndpointId

Gets Id.

ProvisioningState

Provisioning state of the private endpoint connection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapsePrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapsePrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapsePrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapsePrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapsePrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to