MachineLearningPrivateEndpoint 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 of a workspace.
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
| Name | Description |
|---|---|
| MachineLearningPrivateEndpoint() |
Initializes a new instance of MachineLearningPrivateEndpoint. |
Properties
| Name | Description |
|---|---|
| Id |
The resource identifier of the private endpoint. |
| SubnetArmId |
The subnetId that the private endpoint is connected to. |
Methods
| Name | Description |
|---|---|
| JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions) |
Reads the JSON representation and creates an instance of the model. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the JSON representation of the model to the provided writer. |
| PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions) |
Creates an instance of the model from a BinaryData instance. |
| PersistableModelWriteCore(ModelReaderWriterOptions) |
Writes the model to a BinaryData instance. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |