Class AdminState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AdminState>
com.azure.resourcemanager.network.models.AdminState
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class AdminState extends com.azure.core.util.ExpandableStringEnum<AdminState>
Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet.
  • Field Details

    • ENABLED

      public static final AdminState ENABLED
      Static value Enabled for AdminState.
    • DISABLED

      public static final AdminState DISABLED
      Static value Disabled for AdminState.
  • Constructor Details

  • Method Details

    • fromString

      public static AdminState fromString(String name)
      Creates or finds a AdminState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AdminState.
    • values

      public static Collection<AdminState> values()
      Gets known AdminState values.
      Returns:
      known AdminState values.