IRoutingRule.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 associated with this rule
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Frontend endpoints associated with this rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="frontendEndpoints", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource> FrontendEndpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Frontend endpoints associated with this rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="frontendEndpoints", Update=true)>]
member this.FrontendEndpoint : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource> with get, set
Public Property FrontendEndpoint As List(Of ISubResource)
Property Value
- Attributes