IEndpoint Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EndpointTypeConverter))]
public interface IEndpoint : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EndpointTypeConverter))>]
type IEndpoint = interface
interface IJsonSerializable
Public Interface IEndpoint
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |