Uses of Class
com.azure.resourcemanager.network.models.Severity
Packages that use Severity
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Severity in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as SeverityModifier and TypeFieldDescriptionstatic final SeveritySeverity.ERRORStatic value Error for Severity.static final SeveritySeverity.WARNINGStatic value Warning for Severity.Methods in com.azure.resourcemanager.network.models that return SeverityModifier and TypeMethodDescriptionstatic SeveritySeverity.fromString(String name) Creates or finds a Severity from its string representation.ConnectivityIssue.severity()Get the severity property: The severity of the issue.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SeverityModifier and TypeMethodDescriptionstatic Collection<Severity> Severity.values()Gets known Severity values.