Class ClusterManagerType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ClusterManagerType>
com.azure.resourcemanager.sqlvirtualmachine.models.ClusterManagerType

public final class ClusterManagerType extends com.azure.core.util.ExpandableStringEnum<ClusterManagerType>
Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.
  • Field Details

    • WSFC

      public static final ClusterManagerType WSFC
      Static value WSFC for ClusterManagerType.
  • Constructor Details

    • ClusterManagerType

      public ClusterManagerType()
  • Method Details

    • fromString

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

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