Class EndpointGlobalDeliveryRuleCacheKeyQueryStringActionGetArgs
Inheritance
System.Object
EndpointGlobalDeliveryRuleCacheKeyQueryStringActionGetArgs
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 EndpointGlobalDeliveryRuleCacheKeyQueryStringActionGetArgs : ResourceArgs
Constructors
View SourceEndpointGlobalDeliveryRuleCacheKeyQueryStringActionGetArgs()
Declaration
public EndpointGlobalDeliveryRuleCacheKeyQueryStringActionGetArgs()
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> |