IEnvironmentVersionProperties.ReadinessRoutePort 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? ReadinessRoutePort { 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.ReadinessRoutePort : Nullable<int> with get, set
Public Property ReadinessRoutePort As Nullable(Of Integer)

Property Value

Attributes

Applies to