Partilhar via


DeviceUpdateRemotePrivateEndpoint Class

Definition

Remote private endpoint details.

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

Constructors

DeviceUpdateRemotePrivateEndpoint()

Initializes a new instance of DeviceUpdateRemotePrivateEndpoint.

Properties

ConnectionDetails

List of connection details.

Id

Remote endpoint resource ID.

ImmutableResourceId

Original resource ID needed by Microsoft.Network.

ImmutableSubscriptionId

Original subscription ID needed by Microsoft.Network.

Location

ARM location of the remote private endpoint.

ManualPrivateLinkServiceConnections

List of private link service connections that need manual approval.

PrivateLinkServiceConnections

List of automatically approved private link service connections.

PrivateLinkServiceProxies

List of private link service proxies.

VnetTrafficTag

Virtual network traffic tag.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceUpdateRemotePrivateEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceUpdateRemotePrivateEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceUpdateRemotePrivateEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceUpdateRemotePrivateEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceUpdateRemotePrivateEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to