Class ConfigurationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConfigurationType>
com.azure.resourcemanager.workloads.models.ConfigurationType

public final class ConfigurationType extends com.azure.core.util.ExpandableStringEnum<ConfigurationType>
The type of file share config.
  • Field Details

    • SKIP

      public static final ConfigurationType SKIP
      Static value Skip for ConfigurationType.
    • CREATE_AND_MOUNT

      public static final ConfigurationType CREATE_AND_MOUNT
      Static value CreateAndMount for ConfigurationType.
    • MOUNT

      public static final ConfigurationType MOUNT
      Static value Mount for ConfigurationType.
  • Constructor Details

    • ConfigurationType

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

    • fromString

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

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