CacheKeyQueryStringActionParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the parameters for the cache-key query string action.
public class CacheKeyQueryStringActionParameters
type CacheKeyQueryStringActionParameters = class
Public Class CacheKeyQueryStringActionParameters
- Inheritance
-
CacheKeyQueryStringActionParameters
Constructors
CacheKeyQueryStringActionParameters() |
Initializes a new instance of the CacheKeyQueryStringActionParameters class. |
CacheKeyQueryStringActionParameters(String, String) |
Initializes a new instance of the CacheKeyQueryStringActionParameters class. |
Properties
Odatatype | |
QueryParameters |
Gets or sets query parameters to include or exclude (comma separated). |
QueryStringBehavior |
Gets or sets caching behavior for the requests. Possible values include: 'Include', 'IncludeAll', 'Exclude', 'ExcludeAll' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET