Class HighSpeedInterconnectPlacement

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

public final class HighSpeedInterconnectPlacement extends com.azure.core.util.ExpandableStringEnum<HighSpeedInterconnectPlacement>
Specifies the high speed interconnect placement for the virtual machine scale set.
  • Field Details

  • Constructor Details

    • HighSpeedInterconnectPlacement

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

    • fromString

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

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