Class EndpointDeliveryRuleRemoteAddressConditionArgs
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 EndpointDeliveryRuleRemoteAddressConditionArgs : ResourceArgs
Constructors
View SourceEndpointDeliveryRuleRemoteAddressConditionArgs()
Declaration
public EndpointDeliveryRuleRemoteAddressConditionArgs()
Properties
View SourceMatchValues
List of string values. For GeoMatch operator this should be a list of country codes (e.g. US or DE). List of IP address if operator equals to IPMatch.
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, GeoMatch and IPMatch.
Declaration
public Input<string> Operator { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |