Share via


DataReplicationPrivateLinkServiceProxy Class

Definition

Represents NRP private link service proxy.

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

Constructors

DataReplicationPrivateLinkServiceProxy()

Initializes a new instance of DataReplicationPrivateLinkServiceProxy.

Properties

GroupConnectivityInformation

Gets or sets group connectivity information.

Id

Gets or sets private link service proxy id.

RemotePrivateEndpointConnectionId

Gets or sets Id.

RemotePrivateLinkServiceConnectionState

Represents Private link service connection state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationPrivateLinkServiceProxy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataReplicationPrivateLinkServiceProxy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationPrivateLinkServiceProxy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataReplicationPrivateLinkServiceProxy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataReplicationPrivateLinkServiceProxy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to