Uses of Class
com.azure.resourcemanager.cdn.models.QueryStringBehavior
Packages that use QueryStringBehavior
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of QueryStringBehavior in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as QueryStringBehaviorModifier and TypeFieldDescriptionstatic final QueryStringBehaviorQueryStringBehavior.EXCLUDEStatic value Exclude for QueryStringBehavior.static final QueryStringBehaviorQueryStringBehavior.EXCLUDE_ALLStatic value ExcludeAll for QueryStringBehavior.static final QueryStringBehaviorQueryStringBehavior.INCLUDEStatic value Include for QueryStringBehavior.static final QueryStringBehaviorQueryStringBehavior.INCLUDE_ALLStatic value IncludeAll for QueryStringBehavior.Methods in com.azure.resourcemanager.cdn.models that return QueryStringBehaviorModifier and TypeMethodDescriptionstatic QueryStringBehaviorQueryStringBehavior.fromString(String name) Creates or finds a QueryStringBehavior from its string representation.CacheKeyQueryStringActionParameters.queryStringBehavior()Get the queryStringBehavior property: Caching behavior for the requests.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type QueryStringBehaviorModifier and TypeMethodDescriptionstatic Collection<QueryStringBehavior> QueryStringBehavior.values()Gets known QueryStringBehavior values.Methods in com.azure.resourcemanager.cdn.models with parameters of type QueryStringBehaviorModifier and TypeMethodDescriptionCacheKeyQueryStringActionParameters.withQueryStringBehavior(QueryStringBehavior queryStringBehavior) Set the queryStringBehavior property: Caching behavior for the requests.