Partager via


IRedirectConfiguration.RedirectProtocol Property

Definition

The protocol of the destination to where the traffic is redirected

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "HttpOnly", "HttpsOnly", "MatchRequest" })]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The protocol of the destination to where the traffic is redirected", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="redirectProtocol", Update=true)]
public string RedirectProtocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "HttpOnly", "HttpsOnly", "MatchRequest" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The protocol of the destination to where the traffic is redirected", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="redirectProtocol", Update=true)>]
member this.RedirectProtocol : string with get, set
Public Property RedirectProtocol As String

Property Value

Attributes

Applies to