ClusterNotificationChannel 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 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
| Name | Description |
|---|---|
| ClusterNotificationChannel(String) |
Initializes a new instance of ClusterNotificationChannel. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(ClusterNotificationChannel, ClusterNotificationChannel) |
Determines if two ClusterNotificationChannel values are the same. |
| Implicit(String to ClusterNotificationChannel) |
Converts a string to a ClusterNotificationChannel. |
| Implicit(String to Nullable<ClusterNotificationChannel>) | |
| Inequality(ClusterNotificationChannel, ClusterNotificationChannel) |
Determines if two ClusterNotificationChannel values are not the same. |