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
Methods in com.azure.resourcemanager.cdn.models that return CacheKeyQueryStringActionParametersModifier and TypeMethodDescriptionDeliveryRuleCacheKeyQueryStringAction.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.