IpRuleAction Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.batch.models.IpRuleAction

public enum IpRuleAction
extends Enum<IpRuleAction>

The action when client IP address is matched.

Fields

ALLOW

Allow access for the matched client IP address.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static IpRuleAction fromString(String value)

Parses a serialized value to a IpRuleAction instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static IpRuleAction valueOf(String name)

Parameters

name
String

Returns

values()

public static IpRuleAction[] values()

Returns

Applies to