IContainer.ReadinessProbeHttpGetPath Property

Definition

The path to probe.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The path to probe.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="path")]
public string ReadinessProbeHttpGetPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The path to probe.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="path")>]
member this.ReadinessProbeHttpGetPath : string with get, set
Public Property ReadinessProbeHttpGetPath As String

Property Value

Attributes

Applies to