Uses of Class
com.azure.resourcemanager.authorization.models.RoleManagementPolicyNotificationRule
Packages that use RoleManagementPolicyNotificationRule
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of RoleManagementPolicyNotificationRule in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return RoleManagementPolicyNotificationRuleModifier and TypeMethodDescriptionSet the id property: The id of the rule.RoleManagementPolicyNotificationRule.withIsDefaultRecipientsEnabled(Boolean isDefaultRecipientsEnabled) Set the isDefaultRecipientsEnabled property: Determines if the notification will be sent to the recipient type specified in the policy rule.RoleManagementPolicyNotificationRule.withNotificationLevel(NotificationLevel notificationLevel) Set the notificationLevel property: The notification level.RoleManagementPolicyNotificationRule.withNotificationRecipients(List<String> notificationRecipients) Set the notificationRecipients property: The list of notification recipients.RoleManagementPolicyNotificationRule.withNotificationType(NotificationDeliveryMechanism notificationType) Set the notificationType property: The type of notification.RoleManagementPolicyNotificationRule.withRecipientType(RecipientType recipientType) Set the recipientType property: The recipient type.RoleManagementPolicyNotificationRule.withTarget(RoleManagementPolicyRuleTarget target) Set the target property: The target of the current rule.