Share via


IRouteUpdatePropertiesParameters.SupportedProtocol Property

Definition

List of supported protocols for this route.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "Http", "Https" })]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="List of supported protocols for this route.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportedProtocols", Update=true)]
public System.Collections.Generic.List<string> SupportedProtocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "Http", "Https" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="List of supported protocols for this route.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportedProtocols", Update=true)>]
member this.SupportedProtocol : System.Collections.Generic.List<string> with get, set
Public Property SupportedProtocol As List(Of String)

Property Value

Attributes

Applies to