Share via


NotificationDeliveryType Struct

Definition

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

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