Class RestorePointExpandOptions

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

public final class RestorePointExpandOptions extends com.azure.core.util.ExpandableStringEnum<RestorePointExpandOptions>
Defines values for RestorePointExpandOptions.
  • Field Details

    • INSTANCE_VIEW

      public static final RestorePointExpandOptions INSTANCE_VIEW
      Static value instanceView for RestorePointExpandOptions.
  • Constructor Details

    • RestorePointExpandOptions

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

    • fromString

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

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