你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
ConnectionState

Connection state of the private endpoint connection.

PrivateEndpointId

Gets Id.

ProvisioningState

Provisioning state of the private endpoint connection.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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