Class EndpointDeliveryRuleRequestUriCondition
Inheritance
System.Object
EndpointDeliveryRuleRequestUriCondition
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 EndpointDeliveryRuleRequestUriCondition
Fields
View SourceMatchValues
List of string values.
Declaration
public readonly ImmutableArray<string> MatchValues
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NegateCondition
Defaults to false.
Declaration
public readonly bool? NegateCondition
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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 |
Transforms
Valid values are Lowercase and Uppercase.
Declaration
public readonly ImmutableArray<string> Transforms
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |