Show / Hide Table of Contents

Class EndpointGeoFilterGetArgs

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

Constructors

View Source

EndpointGeoFilterGetArgs()

Declaration
public EndpointGeoFilterGetArgs()

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.