Uses of Enum
com.azure.resourcemanager.securityinsights.models.DeliveryAction
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of DeliveryAction in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionMailMessageEntityProperties.deliveryAction()
Get the deliveryAction property: The delivery action of this mail message like Delivered, Blocked, Replaced etc.Modifier and TypeMethodDescriptionMailMessageEntityProperties.withDeliveryAction
(DeliveryAction deliveryAction) Set the deliveryAction property: The delivery action of this mail message like Delivered, Blocked, Replaced etc. -
Uses of DeliveryAction in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionMailMessageEntity.deliveryAction()
Get the deliveryAction property: The delivery action of this mail message like Delivered, Blocked, Replaced etc.static DeliveryAction
DeliveryAction.fromString
(String value) Parses a serialized value to a DeliveryAction instance.static DeliveryAction
Returns the enum constant of this type with the specified name.static DeliveryAction[]
DeliveryAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMailMessageEntity.withDeliveryAction
(DeliveryAction deliveryAction) Set the deliveryAction property: The delivery action of this mail message like Delivered, Blocked, Replaced etc.