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

PrivateEndpointConnectionProperties Class

Definition

Properties of the private endpoint connection.

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

Constructors

PrivateEndpointConnectionProperties(HealthDataAIServicesPrivateLinkServiceConnectionState)

Initializes a new instance of PrivateEndpointConnectionProperties.

Properties

GroupIds

The group ids for the private endpoint resource.

PrivateEndpointId

Gets Id.

PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

ProvisioningState

The provisioning state of the private endpoint connection resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to