PrivateEndpointBase 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.
The Private Endpoint resource.
public class PrivateEndpointBase : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.PrivateEndpointBase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.PrivateEndpointBase>
public class PrivateEndpointBase
type PrivateEndpointBase = class
interface IJsonModel<PrivateEndpointBase>
interface IPersistableModel<PrivateEndpointBase>
type PrivateEndpointBase = class
Public Class PrivateEndpointBase
Implements IJsonModel(Of PrivateEndpointBase), IPersistableModel(Of PrivateEndpointBase)
Public Class PrivateEndpointBase
- Inheritance
-
PrivateEndpointBase
- Derived
- Implements
Constructors
PrivateEndpointBase() |
Initializes a new instance of PrivateEndpointBase. |
Properties
Id |
The ARM identifier for Private Endpoint. |
Explicit Interface Implementations
IJsonModel<PrivateEndpointBase>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PrivateEndpointBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PrivateEndpointBase>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PrivateEndpointBase>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PrivateEndpointBase>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET