RedundancyMode Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.appservice.models.RedundancyMode

public enum RedundancyMode
extends Enum<RedundancyMode>

Site redundancy mode.

Fields

ACTIVE_ACTIVE

Enum value ActiveActive.

FAILOVER

Enum value Failover.

GEO_REDUNDANT

Enum value GeoRedundant.

MANUAL

Enum value Manual.

NONE

Enum value None.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static RedundancyMode fromString(String value)

Parses a serialized value to a RedundancyMode instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static RedundancyMode valueOf(String name)

Parameters

name
String

Returns

values()

public static RedundancyMode[] values()

Returns

Applies to