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>
Type of issue.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IssueTypeAn error occurred while applying the network security perimeter (NSP) configuration.static final IssueTypeAn managed identity hasn't been associated with the resource.static final IssueTypeA 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.static final IssueTypeUnknown issue type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IssueTypefromString(String name) Creates or finds a IssueType from its string representation.static Collection<IssueType> values()Gets known IssueType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
UNKNOWN
Unknown issue type. -
CONFIGURATION_PROPAGATION_FAILURE
An error occurred while applying the network security perimeter (NSP) configuration. -
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
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
-
IssueType
Deprecated.Use thefromString(String)factory method.Creates a new instance of IssueType value.
-
-
Method Details
-
fromString
-
values
Gets known IssueType values.- Returns:
- known IssueType values.
-
fromString(String)factory method.