Uses of Class
com.microsoft.azure.management.cdn.AFDEndpointProtocols
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of AFDEndpointProtocols in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final AFDEndpointProtocols
AFDEndpointProtocols.HTTP
Static value Http for AFDEndpointProtocols.static final AFDEndpointProtocols
AFDEndpointProtocols.HTTPS
Static value Https for AFDEndpointProtocols.Modifier and TypeMethodDescriptionstatic AFDEndpointProtocols
AFDEndpointProtocols.fromString
(String name) Creates or finds a AFDEndpointProtocols from its string representation.Modifier and TypeMethodDescriptionRouteUpdateParameters.supportedProtocols()
Get list of supported protocols for this route.static Collection<AFDEndpointProtocols>
AFDEndpointProtocols.values()
Modifier and TypeMethodDescriptionRouteUpdateParameters.withSupportedProtocols
(List<AFDEndpointProtocols> supportedProtocols) Set list of supported protocols for this route.