Class IssueType

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

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

    • UNKNOWN

      public static final IssueType UNKNOWN
      Unknown issue type.
    • CONFIGURATION_PROPAGATION_FAILURE

      public static final IssueType CONFIGURATION_PROPAGATION_FAILURE
      An error occurred while applying the network security perimeter (NSP) configuration.
    • MISSING_PERIMETER_CONFIGURATION

      public static final IssueType MISSING_PERIMETER_CONFIGURATION
      A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules.
    • MISSING_IDENTITY_CONFIGURATION

      public static final IssueType MISSING_IDENTITY_CONFIGURATION
      An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP.
  • 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.