Uses of Class
com.azure.resourcemanager.cdn.fluent.models.SupportedOptimizationTypesListResultInner
Packages that use SupportedOptimizationTypesListResultInner
Package
Description
Package containing the service clients for CdnManagementClient.
-
Uses of SupportedOptimizationTypesListResultInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return SupportedOptimizationTypesListResultInnerModifier and TypeMethodDescriptionProfilesClient.listSupportedOptimizationTypes(String resourceGroupName, String profileName) Gets the supported optimization types for the current profile.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type SupportedOptimizationTypesListResultInnerModifier and TypeMethodDescriptionProfilesClient.listSupportedOptimizationTypesAsync(String resourceGroupName, String profileName) Gets the supported optimization types for the current profile.com.azure.core.http.rest.Response<SupportedOptimizationTypesListResultInner>ProfilesClient.listSupportedOptimizationTypesWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context) Gets the supported optimization types for the current profile.Mono<com.azure.core.http.rest.Response<SupportedOptimizationTypesListResultInner>>ProfilesClient.listSupportedOptimizationTypesWithResponseAsync(String resourceGroupName, String profileName) Gets the supported optimization types for the current profile.