Class EndpointDeliveryRuleCacheKeyQueryStringActionArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Cdn.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointDeliveryRuleCacheKeyQueryStringActionArgs : ResourceArgs
Constructors
View SourceEndpointDeliveryRuleCacheKeyQueryStringActionArgs()
Declaration
public EndpointDeliveryRuleCacheKeyQueryStringActionArgs()
Properties
View SourceBehavior
The behavior of the cache key for query strings. Valid values are Exclude, ExcludeAll, Include and IncludeAll.
Declaration
public Input<string> Behavior { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parameters
Comma separated list of parameter values.
Declaration
public Input<string> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |