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