Uses of Class
com.azure.resourcemanager.appservice.models.NotificationLevel
-
Packages that use NotificationLevel 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. -
-
Uses of NotificationLevel in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return NotificationLevel Modifier and Type Method Description NotificationLevelRecommendationInner. level()Get the level property: Level indicating how critical this recommendation can impact.NotificationLevelRecommendationProperties. level()Get the level property: Level indicating how critical this recommendation can impact.NotificationLevelRecommendationRuleInner. level()Get the level property: Level of impact indicating how critical this rule is.NotificationLevelRecommendationRuleProperties. 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 NotificationLevel Modifier and Type Method Description RecommendationInnerRecommendationInner. withLevel(NotificationLevel level)Set the level property: Level indicating how critical this recommendation can impact.RecommendationPropertiesRecommendationProperties. withLevel(NotificationLevel level)Set the level property: Level indicating how critical this recommendation can impact.RecommendationRuleInnerRecommendationRuleInner. withLevel(NotificationLevel level)Set the level property: Level of impact indicating how critical this rule is.RecommendationRulePropertiesRecommendationRuleProperties. 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 NotificationLevel Modifier and Type Method Description static NotificationLevelNotificationLevel. fromString(String value)Parses a serialized value to a NotificationLevel instance.static NotificationLevelNotificationLevel. 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.
-