Sdílet prostřednictvím


AzureApplicationGatewayProbeConfigBase.Path Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>", Mandatory=false)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Path { get; set; }
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.Parameter(HelpMessage="Relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>", Mandatory=true)]
public string Path { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Path : string with get, set
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.Parameter(HelpMessage="Relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>", Mandatory=true)>]
member this.Path : string with get, set
Public Property Path As String

Property Value

Attributes

Applies to