Class CacheKeyQueryStringActionParameters
java.lang.Object
com.microsoft.azure.management.cdn.CacheKeyQueryStringActionParameters
Defines the parameters for the cache-key query string action.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CacheKeyQueryStringActionParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the odatatype value.Get query parameters to include or exclude (comma separated).Get caching behavior for the requests.withOdatatype
(String odatatype) Set the odatatype value.withQueryParameters
(String queryParameters) Set query parameters to include or exclude (comma separated).withQueryStringBehavior
(QueryStringBehavior queryStringBehavior) Set caching behavior for the requests.
-
Constructor Details
-
CacheKeyQueryStringActionParameters
public CacheKeyQueryStringActionParameters()Creates an instance of CacheKeyQueryStringActionParameters class.
-
-
Method Details
-
odatatype
Get the odatatype value.- Returns:
- the odatatype value
-
withOdatatype
Set the odatatype value.- Parameters:
odatatype
- the odatatype value to set- Returns:
- the CacheKeyQueryStringActionParameters object itself.
-
queryStringBehavior
Get caching behavior for the requests. Possible values include: 'Include', 'IncludeAll', 'Exclude', 'ExcludeAll'.- Returns:
- the queryStringBehavior value
-
withQueryStringBehavior
public CacheKeyQueryStringActionParameters withQueryStringBehavior(QueryStringBehavior queryStringBehavior) Set caching behavior for the requests. Possible values include: 'Include', 'IncludeAll', 'Exclude', 'ExcludeAll'.- Parameters:
queryStringBehavior
- the queryStringBehavior value to set- Returns:
- the CacheKeyQueryStringActionParameters object itself.
-
queryParameters
Get query parameters to include or exclude (comma separated).- Returns:
- the queryParameters value
-
withQueryParameters
Set query parameters to include or exclude (comma separated).- Parameters:
queryParameters
- the queryParameters value to set- Returns:
- the CacheKeyQueryStringActionParameters object itself.
-