IForwardingConfiguration.CustomForwardingPath 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.
A custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming path.
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="A custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming path.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="customForwardingPath", Update=true)]
public string CustomForwardingPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="A custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming path.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="customForwardingPath", Update=true)>]
member this.CustomForwardingPath : string with get, set
Public Property CustomForwardingPath As String
Property Value
- Attributes