Share via


IRoutingRule.AcceptedProtocol Property

Definition

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

Applies to