Share via


IEnvironmentVersionProperties.ReadinessRoutePort Property

Definition

[Required] The port for the route.

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

Property Value

Attributes

Applies to