Uses of Class
com.microsoft.azure.management.cdn.AFDEndpointProtocols
Packages that use AFDEndpointProtocols
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of AFDEndpointProtocols in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as AFDEndpointProtocolsModifier and TypeFieldDescriptionstatic final AFDEndpointProtocols
AFDEndpointProtocols.HTTP
Static value Http for AFDEndpointProtocols.static final AFDEndpointProtocols
AFDEndpointProtocols.HTTPS
Static value Https for AFDEndpointProtocols.Methods in com.microsoft.azure.management.cdn that return AFDEndpointProtocolsModifier and TypeMethodDescriptionstatic AFDEndpointProtocols
AFDEndpointProtocols.fromString
(String name) Creates or finds a AFDEndpointProtocols from its string representation.Methods in com.microsoft.azure.management.cdn that return types with arguments of type AFDEndpointProtocolsModifier and TypeMethodDescriptionRouteUpdateParameters.supportedProtocols()
Get list of supported protocols for this route.static Collection<AFDEndpointProtocols>
AFDEndpointProtocols.values()
Method parameters in com.microsoft.azure.management.cdn with type arguments of type AFDEndpointProtocolsModifier and TypeMethodDescriptionRouteUpdateParameters.withSupportedProtocols
(List<AFDEndpointProtocols> supportedProtocols) Set list of supported protocols for this route.