Class EndpointDeliveryRuleUrlFileExtensionConditionArgs
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 EndpointDeliveryRuleUrlFileExtensionConditionArgs : ResourceArgs
Constructors
View SourceEndpointDeliveryRuleUrlFileExtensionConditionArgs()
Declaration
public EndpointDeliveryRuleUrlFileExtensionConditionArgs()
Properties
View SourceMatchValues
List of string values.
Declaration
public InputList<string> MatchValues { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
NegateCondition
Defaults to false.
Declaration
public Input<bool> NegateCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
Transforms
Valid values are Lowercase and Uppercase.
Declaration
public InputList<string> Transforms { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |