Condividi tramite


DeviceUpdatePrivateEndpointConnectionDetails Class

Definition

Private endpoint connection proxy object properties.

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

Constructors

DeviceUpdatePrivateEndpointConnectionDetails()

Initializes a new instance of DeviceUpdatePrivateEndpointConnectionDetails.

Properties

GroupId

Group ID.

Id

Connection details ID.

LinkIdentifier

Link ID.

MemberName

Member name.

PrivateIPAddress

Private IP address.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceUpdatePrivateEndpointConnectionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceUpdatePrivateEndpointConnectionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceUpdatePrivateEndpointConnectionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceUpdatePrivateEndpointConnectionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceUpdatePrivateEndpointConnectionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to