Uses of Class
com.azure.resourcemanager.cdn.models.OptimizationType
-
Packages that use OptimizationType 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 OptimizationType in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return OptimizationType Modifier and Type Method Description OptimizationTypeEndpointInner. optimizationType()Get the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.OptimizationTypeEndpointPropertiesUpdateParameters. optimizationType()Get the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type OptimizationType Modifier and Type Method Description List<OptimizationType>SupportedOptimizationTypesListResultInner. supportedOptimizationTypes()Get the supportedOptimizationTypes property: Supported optimization types for a profile.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type OptimizationType Modifier and Type Method Description EndpointInnerEndpointInner. withOptimizationType(OptimizationType optimizationType)Set the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.EndpointPropertiesEndpointProperties. withOptimizationType(OptimizationType optimizationType)Set the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.EndpointPropertiesUpdateParametersEndpointPropertiesUpdateParameters. withOptimizationType(OptimizationType optimizationType)Set the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. -
Uses of OptimizationType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as OptimizationType Modifier and Type Field Description static OptimizationTypeOptimizationType. DYNAMIC_SITE_ACCELERATIONStatic value DynamicSiteAcceleration for OptimizationType.static OptimizationTypeOptimizationType. GENERAL_MEDIA_STREAMINGStatic value GeneralMediaStreaming for OptimizationType.static OptimizationTypeOptimizationType. GENERAL_WEB_DELIVERYStatic value GeneralWebDelivery for OptimizationType.static OptimizationTypeOptimizationType. LARGE_FILE_DOWNLOADStatic value LargeFileDownload for OptimizationType.static OptimizationTypeOptimizationType. VIDEO_ON_DEMAND_MEDIA_STREAMINGStatic value VideoOnDemandMediaStreaming for OptimizationType.Methods in com.azure.resourcemanager.cdn.models that return OptimizationType Modifier and Type Method Description static OptimizationTypeOptimizationType. fromString(String name)Creates or finds a OptimizationType from its string representation.OptimizationTypeEndpointUpdateParameters. optimizationType()Get the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type OptimizationType Modifier and Type Method Description static Collection<OptimizationType>OptimizationType. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type OptimizationType Modifier and Type Method Description EndpointUpdateParametersEndpointUpdateParameters. withOptimizationType(OptimizationType optimizationType)Set the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.
-