Show / Hide Table of Contents

Class EndpointGeoFilterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointGeoFilterArgs
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 EndpointGeoFilterArgs : ResourceArgs

Constructors

View Source

EndpointGeoFilterArgs()

Declaration
public EndpointGeoFilterArgs()

Properties

View Source

Action

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

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

RelativePath

The relative path applicable to geo filter.

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