| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationLevel |
RecommendationInner.level()
Get the level property: Level indicating how critical this recommendation can impact.
|
NotificationLevel |
RecommendationRuleInner.level()
Get the level property: Level of impact indicating how critical this rule is.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationInner |
RecommendationInner.withLevel(NotificationLevel level)
Set the level property: Level indicating how critical this recommendation can impact.
|
RecommendationRuleInner |
RecommendationRuleInner.withLevel(NotificationLevel level)
Set the level property: Level of impact indicating how critical this rule is.
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationLevel |
NotificationLevel.fromString(String value)
Parses a serialized value to a NotificationLevel instance.
|
static NotificationLevel |
NotificationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationLevel[] |
NotificationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.