Show / Hide Table of Contents

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 Source

MatchValues

Valid values are Desktop and Mobile.

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 Equal.

Declaration
public readonly string Operator
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.