Uses of Class
com.azure.resourcemanager.cdn.models.OptimizationType
Packages that use OptimizationType
Package
Description
Package containing the inner data models for CdnManagementClient.
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 OptimizationTypeModifier and TypeMethodDescriptionEndpointInner.optimizationType()Get the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.EndpointPropertiesUpdateParameters.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 OptimizationTypeModifier and TypeMethodDescriptionSupportedOptimizationTypesListResultInner.supportedOptimizationTypes()Get the supportedOptimizationTypes property: Supported optimization types for a profile.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type OptimizationTypeModifier and TypeMethodDescriptionEndpointInner.withOptimizationType(OptimizationType optimizationType) Set the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.EndpointProperties.withOptimizationType(OptimizationType optimizationType) Set the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.EndpointPropertiesUpdateParameters.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 OptimizationTypeModifier and TypeFieldDescriptionstatic final OptimizationTypeOptimizationType.DYNAMIC_SITE_ACCELERATIONStatic value DynamicSiteAcceleration for OptimizationType.static final OptimizationTypeOptimizationType.GENERAL_MEDIA_STREAMINGStatic value GeneralMediaStreaming for OptimizationType.static final OptimizationTypeOptimizationType.GENERAL_WEB_DELIVERYStatic value GeneralWebDelivery for OptimizationType.static final OptimizationTypeOptimizationType.LARGE_FILE_DOWNLOADStatic value LargeFileDownload for OptimizationType.static final OptimizationTypeOptimizationType.VIDEO_ON_DEMAND_MEDIA_STREAMINGStatic value VideoOnDemandMediaStreaming for OptimizationType.Methods in com.azure.resourcemanager.cdn.models that return OptimizationTypeModifier and TypeMethodDescriptionstatic OptimizationTypeOptimizationType.fromString(String name) Creates or finds a OptimizationType from its string representation.EndpointUpdateParameters.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 OptimizationTypeModifier and TypeMethodDescriptionstatic Collection<OptimizationType>OptimizationType.values()Gets known OptimizationType values.Methods in com.azure.resourcemanager.cdn.models with parameters of type OptimizationTypeModifier and TypeMethodDescriptionEndpointUpdateParameters.withOptimizationType(OptimizationType optimizationType) Set the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.