Sdílet prostřednictvím


AzureApplicationGatewayPathRuleConfigBase.Paths Property

Definition

[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

Applies to