Uses of Class
com.azure.resourcemanager.cdn.models.QueryStringBehavior
-
Packages that use QueryStringBehavior Package Description com.azure.resourcemanager.cdn.models 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 QueryStringBehavior Modifier and Type Field Description static QueryStringBehaviorQueryStringBehavior. EXCLUDEStatic value Exclude for QueryStringBehavior.static QueryStringBehaviorQueryStringBehavior. EXCLUDE_ALLStatic value ExcludeAll for QueryStringBehavior.static QueryStringBehaviorQueryStringBehavior. INCLUDEStatic value Include for QueryStringBehavior.static QueryStringBehaviorQueryStringBehavior. INCLUDE_ALLStatic value IncludeAll for QueryStringBehavior.Methods in com.azure.resourcemanager.cdn.models that return QueryStringBehavior Modifier and Type Method Description static QueryStringBehaviorQueryStringBehavior. fromString(String name)Creates or finds a QueryStringBehavior from its string representation.QueryStringBehaviorCacheKeyQueryStringActionParameters. queryStringBehavior()Get the queryStringBehavior property: Caching behavior for the requests.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type QueryStringBehavior Modifier and Type Method Description static Collection<QueryStringBehavior>QueryStringBehavior. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type QueryStringBehavior Modifier and Type Method Description CacheKeyQueryStringActionParametersCacheKeyQueryStringActionParameters. withQueryStringBehavior(QueryStringBehavior queryStringBehavior)Set the queryStringBehavior property: Caching behavior for the requests.
-