AzureApplicationGatewayBackendAddressPoolBase.BackendFqdns 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="FQDNs of application gateway backend servers")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string[] BackendFqdns { get; set; }
[System.Management.Automation.Parameter(HelpMessage="FQDNs of application gateway backend servers")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Collections.Generic.List<string> BackendFqdns { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="FQDNs of application gateway backend servers")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.BackendFqdns : string[] with get, set
[<System.Management.Automation.Parameter(HelpMessage="FQDNs of application gateway backend servers")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.BackendFqdns : System.Collections.Generic.List<string> with get, set
Public Property BackendFqdns As String()
Public Property BackendFqdns As List(Of String)
Property Value
String[]
- Attributes