MachineLearningInferenceContainerRoute(String, Int32) Constructor

Definition

Initializes a new instance of MachineLearningInferenceContainerRoute.

public MachineLearningInferenceContainerRoute (string path, int port);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningInferenceContainerRoute : string * int -> Azure.ResourceManager.MachineLearning.Models.MachineLearningInferenceContainerRoute
Public Sub New (path As String, port As Integer)

Parameters

path
String

[Required] The path for the route.

port
Int32

[Required] The port for the route.

Exceptions

path is null.

Applies to