Delen via


IEndpoint Interface

Definition

[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)

Applies to