CacheKeyQueryStringActionParameters Constructors
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.
Overloads
CacheKeyQueryStringActionParameters() |
Initializes a new instance of the CacheKeyQueryStringActionParameters class. |
CacheKeyQueryStringActionParameters(String, String) |
Initializes a new instance of the CacheKeyQueryStringActionParameters class. |
CacheKeyQueryStringActionParameters()
Initializes a new instance of the CacheKeyQueryStringActionParameters class.
public CacheKeyQueryStringActionParameters ();
Public Sub New ()
Applies to
CacheKeyQueryStringActionParameters(String, String)
Initializes a new instance of the CacheKeyQueryStringActionParameters class.
public CacheKeyQueryStringActionParameters (string queryStringBehavior, string queryParameters = default);
new Microsoft.Azure.Management.Cdn.Models.CacheKeyQueryStringActionParameters : string * string -> Microsoft.Azure.Management.Cdn.Models.CacheKeyQueryStringActionParameters
Public Sub New (queryStringBehavior As String, Optional queryParameters As String = Nothing)
Parameters
- queryStringBehavior
- String
Caching behavior for the requests. Possible values include: 'Include', 'IncludeAll', 'Exclude', 'ExcludeAll'
- queryParameters
- String
query parameters to include or exclude (comma separated).
Applies to
Azure SDK for .NET