AzureApplicationGatewayPathRuleConfigBase.Paths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Management.Automation.Parameter(HelpMessage="List of URL paths", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string[] Paths { get; set; }
[System.Management.Automation.Parameter(HelpMessage="List of URL paths", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Collections.Generic.List<string> Paths { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="List of URL paths", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Paths : string[] with get, set
[<System.Management.Automation.Parameter(HelpMessage="List of URL paths", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Paths : System.Collections.Generic.List<string> with get, set
Public Property Paths As String()
Public Property Paths As List(Of String)
Property Value
String[]
- Attributes