Show / Hide Table of Contents

Class EndpointDeliveryRuleHttpVersionCondition

Inheritance
System.Object
EndpointDeliveryRuleHttpVersionCondition
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 EndpointDeliveryRuleHttpVersionCondition

Fields

View Source

MatchValues

Valid values are 0.9, 1.0, 1.1 and 2.0.

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.