Freigeben über


NotificationType Struct

Definition

The type of notification supported.

public readonly struct NotificationType : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.NotificationType>
type NotificationType = struct
Public Structure NotificationType
Implements IEquatable(Of NotificationType)
Inheritance
NotificationType
Implements

Constructors

Name Description
NotificationType(String)

Initializes a new instance of NotificationType.

Properties

Name Description
Email

Notify through e-mail.

Methods

Name Description
Equals(NotificationType)

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

Name Description
Equality(NotificationType, NotificationType)

Determines if two NotificationType values are the same.

Implicit(String to NotificationType)

Converts a String to a NotificationType.

Inequality(NotificationType, NotificationType)

Determines if two NotificationType values are not the same.

Applies to