Share via


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(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="customPath", Update=true)]
public string ParameterCustomPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="customPath", Update=true)>]
member this.ParameterCustomPath : string with get, set
Public Property ParameterCustomPath As String

Property Value

Attributes

Applies to