NotificationDeliveryType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of notification.
public readonly struct NotificationDeliveryType : IEquatable<Azure.ResourceManager.Authorization.Models.NotificationDeliveryType>
type NotificationDeliveryType = struct
Public Structure NotificationDeliveryType
Implements IEquatable(Of NotificationDeliveryType)
- Inheritance
-
NotificationDeliveryType
- Implements
Constructors
NotificationDeliveryType(String) |
Initializes a new instance of NotificationDeliveryType. |
Properties
Email. |
Methods
Equals(NotificationDeliveryType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(NotificationDeliveryType, NotificationDeliveryType) |
Determines if two NotificationDeliveryType values are the same. |
Implicit(String to NotificationDeliveryType) |
Converts a string to a NotificationDeliveryType. |
Inequality(NotificationDeliveryType, NotificationDeliveryType) |
Determines if two NotificationDeliveryType values are not the same. |
Applies to
Azure SDK for .NET