MachineLearningPrivateEndpoint Class

Definition

The Private Endpoint resource.

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

Constructors

MachineLearningPrivateEndpoint()

Initializes a new instance of MachineLearningPrivateEndpoint.

Properties

Id

e.g. /subscriptions/{networkSubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}.

SubnetArmId

The subnetId that the private endpoint is connected to.

Explicit Interface Implementations

IJsonModel<MachineLearningPrivateEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningPrivateEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningPrivateEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningPrivateEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningPrivateEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to