Compartilhar via


IContainerAppProbe.HttpGetPath Property

Definition

Path to access on the HTTP server.

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Path to access on the HTTP server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="path", Update=true)]
public string HttpGetPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Path to access on the HTTP server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="path", Update=true)>]
member this.HttpGetPath : string with get, set
Public Property HttpGetPath As String

Property Value

Attributes

Applies to