IRouteUpdateParameters.SupportedProtocol 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.
List of supported protocols for this route.
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="List of supported protocols for this route.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.AfdEndpointProtocols) }, ReadOnly=false, Required=false, SerializedName="supportedProtocols")]
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.AfdEndpointProtocols[] SupportedProtocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="List of supported protocols for this route.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.AfdEndpointProtocols) }, ReadOnly=false, Required=false, SerializedName="supportedProtocols")>]
member this.SupportedProtocol : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.AfdEndpointProtocols[] with get, set
Public Property SupportedProtocol As AfdEndpointProtocols()
Property Value
- Attributes