Class EndpointDeliveryRuleDeviceCondition
Inheritance
System.Object
EndpointDeliveryRuleDeviceCondition
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 EndpointDeliveryRuleDeviceCondition
Fields
View SourceMatchValues
Valid values are Desktop and Mobile.
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 Equal.
Declaration
public readonly string Operator
Field Value
| Type | Description |
|---|---|
| System.String |