Show / Hide Table of Contents

Class EndpointDeliveryRuleRequestBodyCondition

Inheritance
System.Object
EndpointDeliveryRuleRequestBodyCondition
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointDeliveryRuleRequestBodyCondition

Fields

View Source

MatchValues

List of string values.

Declaration
public readonly ImmutableArray<string> MatchValues
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

NegateCondition

Defaults to false.

Declaration
public readonly bool? NegateCondition
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Operator

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

Declaration
public readonly string Operator
Field Value
Type Description
System.String
View Source

Transforms

Valid values are Lowercase and Uppercase.

Declaration
public readonly ImmutableArray<string> Transforms
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.