Uses of Class
com.azure.resourcemanager.cdn.fluent.models.SupportedOptimizationTypesListResultInner
-
Packages that use SupportedOptimizationTypesListResultInner Package Description com.azure.resourcemanager.cdn.fluent 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 SupportedOptimizationTypesListResultInner Modifier and Type Method Description SupportedOptimizationTypesListResultInnerProfilesClient. 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 SupportedOptimizationTypesListResultInner Modifier and Type Method Description Mono<SupportedOptimizationTypesListResultInner>ProfilesClient. 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.
-