IUrlRedirectAction.ParameterCustomPath Property

Definition

The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="customPath")]
public string ParameterCustomPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="customPath")>]
member this.ParameterCustomPath : string with get, set
Public Property ParameterCustomPath As String

Property Value

Attributes

Applies to