IEnvironmentVersionProperties.ScoringRoutePort Property

Definition

[Required] The port for the route.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The port for the route.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="port", Update=false)]
public int? ScoringRoutePort { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The port for the route.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="port", Update=false)>]
member this.ScoringRoutePort : Nullable<int> with get, set
Public Property ScoringRoutePort As Nullable(Of Integer)

Property Value

Attributes

Applies to