Class XMsDeleteSnapshots

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

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

    • TRUE

      public static final XMsDeleteSnapshots TRUE
      Static value true for XMsDeleteSnapshots.
    • FALSE

      public static final XMsDeleteSnapshots FALSE
      Static value false for XMsDeleteSnapshots.
  • Constructor Details

    • XMsDeleteSnapshots

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

    • fromString

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

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