Class IssueType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IssueType>
com.azure.resourcemanager.storage.models.IssueType

public final class IssueType extends com.azure.core.util.ExpandableStringEnum<IssueType>
Type of issue.
  • Field Details

    • UNKNOWN

      public static final IssueType UNKNOWN
      Static value Unknown for IssueType.
    • CONFIGURATION_PROPAGATION_FAILURE

      public static final IssueType CONFIGURATION_PROPAGATION_FAILURE
      Static value ConfigurationPropagationFailure for IssueType.
  • Constructor Details

  • Method Details

    • fromString

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

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