Dela via


RegistryPrivateEndpoint Class

Definition

The PE network resource that is linked to this PE connection.

public class RegistryPrivateEndpoint : Azure.ResourceManager.MachineLearning.Models.PrivateEndpointBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpoint>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpoint>
public class RegistryPrivateEndpoint : Azure.ResourceManager.MachineLearning.Models.PrivateEndpointBase
type RegistryPrivateEndpoint = class
    inherit PrivateEndpointBase
    interface IJsonModel<RegistryPrivateEndpoint>
    interface IPersistableModel<RegistryPrivateEndpoint>
type RegistryPrivateEndpoint = class
    inherit PrivateEndpointBase
Public Class RegistryPrivateEndpoint
Inherits PrivateEndpointBase
Implements IJsonModel(Of RegistryPrivateEndpoint), IPersistableModel(Of RegistryPrivateEndpoint)
Public Class RegistryPrivateEndpoint
Inherits PrivateEndpointBase
Inheritance
RegistryPrivateEndpoint
Implements

Constructors

RegistryPrivateEndpoint()

Initializes a new instance of RegistryPrivateEndpoint.

Properties

Id

The ARM identifier for Private Endpoint.

(Inherited from PrivateEndpointBase)
SubnetArmId

The subnetId that the private endpoint is connected to.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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.

(Inherited from PrivateEndpointBase)
IJsonModel<PrivateEndpointBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PrivateEndpointBase)
IJsonModel<RegistryPrivateEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegistryPrivateEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateEndpointBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PrivateEndpointBase)
IPersistableModel<PrivateEndpointBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from PrivateEndpointBase)
IPersistableModel<PrivateEndpointBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PrivateEndpointBase)
IPersistableModel<RegistryPrivateEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegistryPrivateEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegistryPrivateEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to