Class DeleteExistingPeering

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

public final class DeleteExistingPeering extends com.azure.core.util.ExpandableStringEnum<DeleteExistingPeering>
Flag if need to remove current existing peerings.
  • Field Details

  • Constructor Details

    • DeleteExistingPeering

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

    • fromString

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

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