| Package | Description |
|---|---|
| com.microsoft.azure.common |
| Modifier and Type | Field and Description |
|---|---|
private ConfigurationProblem.Severity |
ConfigurationProblem.severity |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationProblem.Severity |
ConfigurationProblem.getSeverity() |
static ConfigurationProblem.Severity |
ConfigurationProblem.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationProblem.Severity[] |
ConfigurationProblem.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConfigurationProblem(String key,
String value,
String errorMessage,
ConfigurationProblem.Severity severity) |
Copyright © 2020. All rights reserved.