Partager via


Endpoint Class

Definition

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)

Deserializes a PSObject into an instance of Endpoint.

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)

Serializes this instance of Endpoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to