Show / Hide Table of Contents

Class EndpointDeliveryRuleHttpVersionConditionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointDeliveryRuleHttpVersionConditionArgs
Inherited Members
ResourceArgs.Empty
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 EndpointDeliveryRuleHttpVersionConditionArgs : ResourceArgs

Constructors

View Source

EndpointDeliveryRuleHttpVersionConditionArgs()

Declaration
public EndpointDeliveryRuleHttpVersionConditionArgs()

Properties

View Source

MatchValues

Valid values are 0.9, 1.0, 1.1 and 2.0.

Declaration
public InputList<string> MatchValues { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

NegateCondition

Defaults to false.

Declaration
public Input<bool> NegateCondition { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Operator

Valid values are Equal.

Declaration
public Input<string> Operator { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.