Share via


IContainer.LivenessProbeHttpGetPort Property

Definition

The port number to probe.

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

Property Value

Attributes

Applies to