Show / Hide Table of Contents

Class EndpointDeliveryRuleCacheKeyQueryStringActionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointDeliveryRuleCacheKeyQueryStringActionArgs
Inherited Members
ResourceArgs.Empty
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 Source

EndpointDeliveryRuleCacheKeyQueryStringActionArgs()

Declaration
public EndpointDeliveryRuleCacheKeyQueryStringActionArgs()

Properties

View Source

Behavior

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>
View Source

Parameters

Comma separated list of parameter values.

Declaration
public Input<string> Parameters { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.