Class ConsistencyModeTypes

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConsistencyModeTypes>
com.azure.resourcemanager.compute.models.ConsistencyModeTypes

public final class ConsistencyModeTypes extends com.azure.core.util.ExpandableStringEnum<ConsistencyModeTypes>
ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details.
  • Field Details

    • CRASH_CONSISTENT

      public static final ConsistencyModeTypes CRASH_CONSISTENT
      Static value CrashConsistent for ConsistencyModeTypes.
    • FILE_SYSTEM_CONSISTENT

      public static final ConsistencyModeTypes FILE_SYSTEM_CONSISTENT
      Static value FileSystemConsistent for ConsistencyModeTypes.
    • APPLICATION_CONSISTENT

      public static final ConsistencyModeTypes APPLICATION_CONSISTENT
      Static value ApplicationConsistent for ConsistencyModeTypes.
  • Constructor Details

    • ConsistencyModeTypes

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

    • fromString

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

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