Uses of Class
com.azure.resourcemanager.cdn.fluent.models.SupportedOptimizationTypesListResultInner
Packages that use SupportedOptimizationTypesListResultInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models 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. -
Uses of SupportedOptimizationTypesListResultInner in com.azure.resourcemanager.cdn.fluent.models
Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type SupportedOptimizationTypesListResultInnerModifier and TypeClassDescriptionfinal classThe result of the GetSupportedOptimizationTypes API.Methods in com.azure.resourcemanager.cdn.fluent.models that return SupportedOptimizationTypesListResultInnerModifier and TypeMethodDescriptionSupportedOptimizationTypesListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SupportedOptimizationTypesListResultInner from the JsonReader.