Class EndpointGeoFilter
Inheritance
System.Object
EndpointGeoFilter
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 EndpointGeoFilter
Fields
View SourceAction
The Action of the Geo Filter. Possible values include Allow and Block.
Declaration
public readonly string Action
Field Value
| Type | Description |
|---|---|
| System.String |
CountryCodes
A List of two letter country codes (e.g. US, GB) to be associated with this Geo Filter.
Declaration
public readonly ImmutableArray<string> CountryCodes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
RelativePath
The relative path applicable to geo filter.
Declaration
public readonly string RelativePath
Field Value
| Type | Description |
|---|---|
| System.String |