Uses of Enum
com.azure.resourcemanager.appservice.models.NotificationLevel
Packages that use NotificationLevel
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of NotificationLevel in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return NotificationLevelModifier and TypeMethodDescriptionRecommendationInner.level()Get the level property: Level indicating how critical this recommendation can impact.RecommendationProperties.level()Get the level property: Level indicating how critical this recommendation can impact.RecommendationRuleInner.level()Get the level property: Level of impact indicating how critical this rule is.RecommendationRuleProperties.level()Get the level property: Level of impact indicating how critical this rule is.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type NotificationLevelModifier and TypeMethodDescriptionRecommendationInner.withLevel(NotificationLevel level) Set the level property: Level indicating how critical this recommendation can impact.RecommendationProperties.withLevel(NotificationLevel level) Set the level property: Level indicating how critical this recommendation can impact.RecommendationRuleInner.withLevel(NotificationLevel level) Set the level property: Level of impact indicating how critical this rule is.RecommendationRuleProperties.withLevel(NotificationLevel level) Set the level property: Level of impact indicating how critical this rule is. -
Uses of NotificationLevel in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return NotificationLevelModifier and TypeMethodDescriptionstatic NotificationLevelNotificationLevel.fromString(String value) Parses a serialized value to a NotificationLevel instance.static NotificationLevelReturns 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.