Uses of Class
com.azure.resourcemanager.authorization.models.NotificationLevel
Packages that use NotificationLevel
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of NotificationLevel in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as NotificationLevelModifier and TypeFieldDescriptionstatic final NotificationLevelNotificationLevel.ALLStatic value All for NotificationLevel.static final NotificationLevelNotificationLevel.CRITICALStatic value Critical for NotificationLevel.static final NotificationLevelNotificationLevel.NONEStatic value None for NotificationLevel.Methods in com.azure.resourcemanager.authorization.models that return NotificationLevelModifier and TypeMethodDescriptionstatic NotificationLevelNotificationLevel.fromString(String name) Creates or finds a NotificationLevel from its string representation.RoleManagementPolicyNotificationRule.notificationLevel()Get the notificationLevel property: The notification level.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type NotificationLevelModifier and TypeMethodDescriptionstatic Collection<NotificationLevel>NotificationLevel.values()Gets known NotificationLevel values.Methods in com.azure.resourcemanager.authorization.models with parameters of type NotificationLevelModifier and TypeMethodDescriptionRoleManagementPolicyNotificationRule.withNotificationLevel(NotificationLevel notificationLevel) Set the notificationLevel property: The notification level.