Share via


ClusterNotificationChannel Struct

Definition

The notification channel indicates the type of receivers subscribed to the notification, either user or subscription.

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

Constructors

ClusterNotificationChannel(String)

Initializes a new instance of ClusterNotificationChannel.

Properties

EmailSubscription

For subscription receivers. In this case, the parameter receivers should be a list of roles of the subscription for the cluster (eg. Owner, AccountAdmin, etc) that will receive the notifications.

EmailUser

For email user receivers. In this case, the parameter receivers should be a list of email addresses that will receive the notifications.

Methods

Equals(ClusterNotificationChannel)

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(ClusterNotificationChannel, ClusterNotificationChannel)

Determines if two ClusterNotificationChannel values are the same.

Implicit(String to ClusterNotificationChannel)

Converts a string to a ClusterNotificationChannel.

Inequality(ClusterNotificationChannel, ClusterNotificationChannel)

Determines if two ClusterNotificationChannel values are not the same.

Applies to