IRoutingRule.AcceptedProtocol 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.
Protocol schemes to match for this rule
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Http", "Https" })]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Protocol schemes to match for this rule", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="acceptedProtocols", Update=true)]
public System.Collections.Generic.List<string> AcceptedProtocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Http", "Https" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Protocol schemes to match for this rule", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="acceptedProtocols", Update=true)>]
member this.AcceptedProtocol : System.Collections.Generic.List<string> with get, set
Public Property AcceptedProtocol As List(Of String)
Property Value
- Attributes