IFrontDoor.FrontendEndpoint 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.
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