Uses of Class
com.azure.resourcemanager.loganalytics.models.IssueType
Packages that use IssueType
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of IssueType in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type IssueType in com.azure.resourcemanager.loganalytics.modelsFields in com.azure.resourcemanager.loganalytics.models declared as IssueTypeModifier and TypeFieldDescriptionstatic final IssueTypeIssueType.CONFIGURATION_PROPAGATION_FAILUREAn error occurred while applying the network security perimeter (NSP) configuration.static final IssueTypeIssueType.MISSING_IDENTITY_CONFIGURATIONAn managed identity hasn't been associated with the resource.static final IssueTypeIssueType.MISSING_PERIMETER_CONFIGURATIONA 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 IssueTypeIssueType.UNKNOWNUnknown issue type.Methods in com.azure.resourcemanager.loganalytics.models that return IssueTypeModifier and TypeMethodDescriptionstatic IssueTypeIssueType.fromString(String name) Creates or finds a IssueType from its string representation.ProvisioningIssueProperties.issueType()Get the issueType property: Type of issue.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionstatic Collection<IssueType> IssueType.values()Gets known IssueType values.