Uses of Class
com.microsoft.azure.management.network.Severity
-
Packages that use Severity Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of Severity in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network 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.microsoft.azure.management.network 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 value.Methods in com.microsoft.azure.management.network that return types with arguments of type Severity Modifier and Type Method Description static Collection<Severity>Severity. values()
-