Share via


Container.ReadinessProbeHttpGetPort Property

Definition

The port number to probe.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)]
public int? ReadinessProbeHttpGetPort { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)>]
member this.ReadinessProbeHttpGetPort : Nullable<int> with get, set
Public Property ReadinessProbeHttpGetPort As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to