Share via


RemotePrivateEndpoint Class

Definition

Represent remote private endpoint information for the private endpoint connection proxy.

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

Constructors

RemotePrivateEndpoint(String)

Initializes a new instance of RemotePrivateEndpoint.

Properties

ConnectionDetails

Gets or sets the list of Connection Details. This is the connection details for private endpoint.

Id

Gets or sets private link service proxy id.

ManualPrivateLinkServiceConnections

Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.

PrivateLinkServiceConnections

Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.

PrivateLinkServiceProxies

Gets or sets the list of private link service proxies.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RemotePrivateEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RemotePrivateEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RemotePrivateEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RemotePrivateEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RemotePrivateEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to