Show / Hide Table of Contents

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 Source

Action

The Action of the Geo Filter. Possible values include Allow and Block.

Declaration
public readonly string Action
Field Value
Type Description
System.String
View Source

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>
View Source

RelativePath

The relative path applicable to geo filter.

Declaration
public readonly string RelativePath
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.