Share via


DeviceUpdatePrivateLinkServiceProxy Class

Definition

Private link service proxy details.

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

Constructors

Name Description
DeviceUpdatePrivateLinkServiceProxy()

Initializes a new instance of DeviceUpdatePrivateLinkServiceProxy.

Properties

Name Description
GroupConnectivityInformation

Group connectivity information.

Id

NRP resource ID.

RemotePrivateEndpointConnectionId

Gets Id.

RemotePrivateLinkServiceConnectionState

Remote private link service connection state.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DeviceUpdatePrivateLinkServiceProxy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceUpdatePrivateLinkServiceProxy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceUpdatePrivateLinkServiceProxy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceUpdatePrivateLinkServiceProxy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceUpdatePrivateLinkServiceProxy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to