IWebApplicationFirewallPolicy.FrontendEndpointLink 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.
Describes Frontend Endpoints associated with this Web Application Firewall policy.
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=false, Description="Describes Frontend Endpoints associated with this Web Application Firewall policy.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink) }, Read=true, ReadOnly=true, Required=false, SerializedName="frontendEndpointLinks", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink> FrontendEndpointLink { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=false, Description="Describes Frontend Endpoints associated with this Web Application Firewall policy.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink) }, Read=true, ReadOnly=true, Required=false, SerializedName="frontendEndpointLinks", Update=false)>]
member this.FrontendEndpointLink : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointLink>
Public ReadOnly Property FrontendEndpointLink As List(Of IFrontendEndpointLink)
Property Value
- Attributes