Uses of Class
com.azure.resourcemanager.authorization.models.NotificationDeliveryMechanism
Packages that use NotificationDeliveryMechanism
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of NotificationDeliveryMechanism in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as NotificationDeliveryMechanismModifier and TypeFieldDescriptionstatic final NotificationDeliveryMechanismNotificationDeliveryMechanism.EMAILStatic value Email for NotificationDeliveryMechanism.Methods in com.azure.resourcemanager.authorization.models that return NotificationDeliveryMechanismModifier and TypeMethodDescriptionNotificationDeliveryMechanism.fromString(String name) Creates or finds a NotificationDeliveryMechanism from its string representation.RoleManagementPolicyNotificationRule.notificationType()Get the notificationType property: The type of notification.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type NotificationDeliveryMechanismModifier and TypeMethodDescriptionNotificationDeliveryMechanism.values()Gets known NotificationDeliveryMechanism values.Methods in com.azure.resourcemanager.authorization.models with parameters of type NotificationDeliveryMechanismModifier and TypeMethodDescriptionRoleManagementPolicyNotificationRule.withNotificationType(NotificationDeliveryMechanism notificationType) Set the notificationType property: The type of notification.