Uses of Class
com.azure.resourcemanager.search.models.IssueType
Packages that use IssueType
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of IssueType in com.azure.resourcemanager.search.models
Fields in com.azure.resourcemanager.search.models declared as IssueTypeModifier and TypeFieldDescriptionstatic final IssueTypeIssueType.CONFIGURATION_PROPAGATION_FAILUREStatic value ConfigurationPropagationFailure for IssueType.static final IssueTypeIssueType.MISSING_IDENTITY_CONFIGURATIONStatic value MissingIdentityConfiguration for IssueType.static final IssueTypeIssueType.MISSING_PERIMETER_CONFIGURATIONStatic value MissingPerimeterConfiguration for IssueType.static final IssueTypeIssueType.UNKNOWNStatic value Unknown for IssueType.Methods in com.azure.resourcemanager.search.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.search.models that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionstatic Collection<IssueType> IssueType.values()Gets known IssueType values.