IUrlRedirectAction.ParameterCustomHostname 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.
Host to redirect. Leave empty to use the incoming host as the destination host.
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="Host to redirect. Leave empty to use the incoming host as the destination host.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="customHostname")]
public string ParameterCustomHostname { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="Host to redirect. Leave empty to use the incoming host as the destination host.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="customHostname")>]
member this.ParameterCustomHostname : string with get, set
Public Property ParameterCustomHostname As String
Property Value
- Attributes