Uses of Class
com.azure.resourcemanager.cdn.models.AfdEndpointProtocols
Packages that use AfdEndpointProtocols
Package
Description
Package containing the inner data models for CdnManagementClient.
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 AfdEndpointProtocolsModifier and TypeMethodDescriptionRouteInner.supportedProtocols()Get the supportedProtocols property: List of supported protocols for this route.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 AfdEndpointProtocolsModifier and TypeMethodDescriptionRouteInner.withSupportedProtocols(List<AfdEndpointProtocols> supportedProtocols) Set the supportedProtocols property: List of supported protocols for this route.RouteProperties.withSupportedProtocols(List<AfdEndpointProtocols> supportedProtocols) Set the supportedProtocols property: List of supported protocols for this route.RouteUpdatePropertiesParameters.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 AfdEndpointProtocolsModifier and TypeFieldDescriptionstatic final AfdEndpointProtocolsAfdEndpointProtocols.HTTPStatic value Http for AfdEndpointProtocols.static final AfdEndpointProtocolsAfdEndpointProtocols.HTTPSStatic value Https for AfdEndpointProtocols.Methods in com.azure.resourcemanager.cdn.models that return AfdEndpointProtocolsModifier and TypeMethodDescriptionstatic 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 AfdEndpointProtocolsModifier and TypeMethodDescriptionRouteUpdateParameters.supportedProtocols()Get the supportedProtocols property: List of supported protocols for this route.static Collection<AfdEndpointProtocols>AfdEndpointProtocols.values()Gets known AfdEndpointProtocols values.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type AfdEndpointProtocolsModifier and TypeMethodDescriptionRouteUpdateParameters.withSupportedProtocols(List<AfdEndpointProtocols> supportedProtocols) Set the supportedProtocols property: List of supported protocols for this route.