Uses of Class
com.azure.resourcemanager.cdn.models.CacheKeyQueryStringActionParameters
Packages that use CacheKeyQueryStringActionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CacheKeyQueryStringActionParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type CacheKeyQueryStringActionParametersModifier and TypeClassDescriptionfinal classDefines the parameters for the cache-key query string action.Methods in com.azure.resourcemanager.cdn.models that return CacheKeyQueryStringActionParametersModifier and TypeMethodDescriptionCacheKeyQueryStringActionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CacheKeyQueryStringActionParameters from the JsonReader.DeliveryRuleCacheKeyQueryStringAction.parameters()Get the parameters property: Defines the parameters for the action.CacheKeyQueryStringActionParameters.withQueryParameters(String queryParameters) Set the queryParameters property: query parameters to include or exclude (comma separated).CacheKeyQueryStringActionParameters.withQueryStringBehavior(QueryStringBehavior queryStringBehavior) Set the queryStringBehavior property: Caching behavior for the requests.CacheKeyQueryStringActionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type CacheKeyQueryStringActionParametersModifier and TypeMethodDescriptionDeliveryRuleCacheKeyQueryStringAction.withParameters(CacheKeyQueryStringActionParameters parameters) Set the parameters property: Defines the parameters for the action.