Uses of Class
com.microsoft.azure.management.cdn.QueryStringBehavior
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of QueryStringBehavior in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final QueryStringBehavior
QueryStringBehavior.EXCLUDE
Static value Exclude for QueryStringBehavior.static final QueryStringBehavior
QueryStringBehavior.EXCLUDE_ALL
Static value ExcludeAll for QueryStringBehavior.static final QueryStringBehavior
QueryStringBehavior.INCLUDE
Static value Include for QueryStringBehavior.static final QueryStringBehavior
QueryStringBehavior.INCLUDE_ALL
Static value IncludeAll for QueryStringBehavior.Modifier and TypeMethodDescriptionstatic QueryStringBehavior
QueryStringBehavior.fromString
(String name) Creates or finds a QueryStringBehavior from its string representation.CacheKeyQueryStringActionParameters.queryStringBehavior()
Get caching behavior for the requests.Modifier and TypeMethodDescriptionstatic Collection<QueryStringBehavior>
QueryStringBehavior.values()
Modifier and TypeMethodDescriptionCacheKeyQueryStringActionParameters.withQueryStringBehavior
(QueryStringBehavior queryStringBehavior) Set caching behavior for the requests.