Endpoint 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.
Describes the endpoint configuration for the container
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EndpointTypeConverter))]
public class Endpoint : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpoint
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EndpointTypeConverter))>]
type Endpoint = class
interface IEndpoint
interface IJsonSerializable
Public Class Endpoint
Implements IEndpoint
- Inheritance
-
Endpoint
- Attributes
- Implements
Constructors
Endpoint() |
Creates an new Endpoint instance. |
Properties
HostIP |
Host IP over which the application is exposed from the container |
Name |
Name of the Endpoint |
Protocol |
Protocol over which communication will happen over this endpoint |
Published |
Port over which the application is exposed from container. |
Target |
Application port inside the container. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Endpoint. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpoint. |
FromJsonString(String) |
Creates a new instance of Endpoint, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |