FirewallAllowAzureIpsState Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.datalakeanalytics.models.FirewallAllowAzureIpsState

public enum FirewallAllowAzureIpsState
extends Enum<FirewallAllowAzureIpsState>

The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.

Fields

DISABLED

Enum value Disabled.

ENABLED

Enum value Enabled.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static FirewallAllowAzureIpsState fromString(String value)

Parses a serialized value to a FirewallAllowAzureIpsState instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static FirewallAllowAzureIpsState valueOf(String name)

Parameters

name
String

Returns

values()

public static FirewallAllowAzureIpsState[] values()

Returns

Applies to