Class NetworkInterfaceMigrationPhase

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

public final class NetworkInterfaceMigrationPhase extends com.azure.core.util.ExpandableStringEnum<NetworkInterfaceMigrationPhase>
Migration phase of Network Interface resource.
  • Field Details

  • Constructor Details

    • NetworkInterfaceMigrationPhase

      @Deprecated public NetworkInterfaceMigrationPhase()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of NetworkInterfaceMigrationPhase value.
  • Method Details

    • fromString

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

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