GeoFilterActions Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.cdn.models.GeoFilterActions

public enum GeoFilterActions
extends Enum<GeoFilterActions>

Action of the geo filter, i.e. allow or block access.

Fields

ALLOW

Enum value Allow.

BLOCK

Enum value Block.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static GeoFilterActions fromString(String value)

Parses a serialized value to a GeoFilterActions instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed GeoFilterActions object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static GeoFilterActions valueOf(String name)

Parameters

name
String

Returns

values()

public static GeoFilterActions[] values()

Returns

Applies to