Share via


Route Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.RouteTypeConverter))]
public class Route : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IRoute
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.RouteTypeConverter))>]
type Route = class
    interface IRoute
    interface IJsonSerializable
Public Class Route
Implements IRoute
Inheritance
Route
Attributes
Implements

Constructors

Route()

Properties

Path
Port

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to