Uses of Class
com.azure.resourcemanager.network.models.Severity
-
Packages that use Severity Package Description com.azure.resourcemanager.network.models 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 Severity Modifier and Type Field Description static SeveritySeverity. ERRORStatic value Error for Severity.static SeveritySeverity. WARNINGStatic value Warning for Severity.Methods in com.azure.resourcemanager.network.models that return Severity Modifier and Type Method Description static SeveritySeverity. fromString(String name)Creates or finds a Severity from its string representation.SeverityConnectivityIssue. severity()Get the severity property: The severity of the issue.Methods in com.azure.resourcemanager.network.models that return types with arguments of type Severity Modifier and Type Method Description static Collection<Severity>Severity. values()
-