DeviceUpdatePrivateLinkServiceProxy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DeviceUpdatePrivateLinkServiceProxy() |
Initializes a new instance of DeviceUpdatePrivateLinkServiceProxy. |
Properties
GroupConnectivityInformation |
Group connectivity information. |
Id |
NRP resource ID. |
RemotePrivateEndpointConnectionId |
Gets Id. |
RemotePrivateLinkServiceConnectionState |
Remote private link service connection state. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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. |