你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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