Uses of Class
com.azure.resourcemanager.cdn.models.AfdEndpointProtocols
-
Packages that use AfdEndpointProtocols Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of AfdEndpointProtocols in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type AfdEndpointProtocols Modifier and Type Method Description List<AfdEndpointProtocols>RouteInner. supportedProtocols()Get the supportedProtocols property: List of supported protocols for this route.List<AfdEndpointProtocols>RouteUpdatePropertiesParameters. supportedProtocols()Get the supportedProtocols property: List of supported protocols for this route.Method parameters in com.azure.resourcemanager.cdn.fluent.models with type arguments of type AfdEndpointProtocols Modifier and Type Method Description RouteInnerRouteInner. withSupportedProtocols(List<AfdEndpointProtocols> supportedProtocols)Set the supportedProtocols property: List of supported protocols for this route.RoutePropertiesRouteProperties. withSupportedProtocols(List<AfdEndpointProtocols> supportedProtocols)Set the supportedProtocols property: List of supported protocols for this route.RouteUpdatePropertiesParametersRouteUpdatePropertiesParameters. withSupportedProtocols(List<AfdEndpointProtocols> supportedProtocols)Set the supportedProtocols property: List of supported protocols for this route. -
Uses of AfdEndpointProtocols in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as AfdEndpointProtocols Modifier and Type Field Description static AfdEndpointProtocolsAfdEndpointProtocols. HTTPStatic value Http for AfdEndpointProtocols.static AfdEndpointProtocolsAfdEndpointProtocols. HTTPSStatic value Https for AfdEndpointProtocols.Methods in com.azure.resourcemanager.cdn.models that return AfdEndpointProtocols Modifier and Type Method Description static AfdEndpointProtocolsAfdEndpointProtocols. fromString(String name)Creates or finds a AfdEndpointProtocols from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type AfdEndpointProtocols Modifier and Type Method Description List<AfdEndpointProtocols>RouteUpdateParameters. supportedProtocols()Get the supportedProtocols property: List of supported protocols for this route.static Collection<AfdEndpointProtocols>AfdEndpointProtocols. values()Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type AfdEndpointProtocols Modifier and Type Method Description RouteUpdateParametersRouteUpdateParameters. withSupportedProtocols(List<AfdEndpointProtocols> supportedProtocols)Set the supportedProtocols property: List of supported protocols for this route.
-