Show / Hide Table of Contents

Class EndpointDeliveryRuleCookiesConditionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointDeliveryRuleCookiesConditionArgs
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 EndpointDeliveryRuleCookiesConditionArgs : ResourceArgs

Constructors

View Source

EndpointDeliveryRuleCookiesConditionArgs()

Declaration
public EndpointDeliveryRuleCookiesConditionArgs()

Properties

View Source

MatchValues

List of values for the cookie.

Declaration
public InputList<string> MatchValues { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

NegateCondition

Defaults to false.

Declaration
public Input<bool> NegateCondition { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Operator

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

Declaration
public Input<string> Operator { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Selector

Name of the cookie.

Declaration
public Input<string> Selector { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Transforms

Valid values are Lowercase and Uppercase.

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