DeviceUpdatePrivateEndpointUpdate 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 endpoint update details.
public class DeviceUpdatePrivateEndpointUpdate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdatePrivateEndpointUpdate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdatePrivateEndpointUpdate>
type DeviceUpdatePrivateEndpointUpdate = class
interface IJsonModel<DeviceUpdatePrivateEndpointUpdate>
interface IPersistableModel<DeviceUpdatePrivateEndpointUpdate>
Public Class DeviceUpdatePrivateEndpointUpdate
Implements IJsonModel(Of DeviceUpdatePrivateEndpointUpdate), IPersistableModel(Of DeviceUpdatePrivateEndpointUpdate)
- Inheritance
-
DeviceUpdatePrivateEndpointUpdate
- Implements
Constructors
DeviceUpdatePrivateEndpointUpdate() |
Initializes a new instance of DeviceUpdatePrivateEndpointUpdate. |
Properties
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. |
VnetTrafficTag |
Virtual network traffic tag. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DeviceUpdatePrivateEndpointUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DeviceUpdatePrivateEndpointUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DeviceUpdatePrivateEndpointUpdate>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DeviceUpdatePrivateEndpointUpdate>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DeviceUpdatePrivateEndpointUpdate>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET