Class FleetspacePropertiesServiceTier

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

public final class FleetspacePropertiesServiceTier extends com.azure.core.util.ExpandableStringEnum<FleetspacePropertiesServiceTier>
Service Tier for the fleetspace. GeneralPurpose types refers to single write region accounts that can be added to this fleetspace, whereas BusinessCritical refers to multi write region.
  • Field Details

  • Constructor Details

    • FleetspacePropertiesServiceTier

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

    • fromString

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

      Gets known FleetspacePropertiesServiceTier values.
      Returns:
      known FleetspacePropertiesServiceTier values.