Share via


IFrontDoor.FrontendEndpoint Property

Definition

Frontend endpoints available to routing rules.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Frontend endpoints available to routing rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint) }, Read=true, ReadOnly=false, Required=false, SerializedName="frontendEndpoints", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint> FrontendEndpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Frontend endpoints available to routing rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint) }, Read=true, ReadOnly=false, Required=false, SerializedName="frontendEndpoints", Update=true)>]
member this.FrontendEndpoint : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint> with get, set
Public Property FrontendEndpoint As List(Of IFrontendEndpoint)

Property Value

Attributes

Applies to