Class EndpointGeoFilterArgs
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 EndpointGeoFilterArgs : ResourceArgs
Constructors
View SourceEndpointGeoFilterArgs()
Declaration
public EndpointGeoFilterArgs()
Properties
View SourceAction
The Action of the Geo Filter. Possible values include Allow and Block.
Declaration
public Input<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CountryCodes
A List of two letter country codes (e.g. US, GB) to be associated with this Geo Filter.
Declaration
public InputList<string> CountryCodes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
RelativePath
The relative path applicable to geo filter.
Declaration
public Input<string> RelativePath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |