ClusterNotificationLevel 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 level of notification.
public readonly struct ClusterNotificationLevel : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationLevel>
type ClusterNotificationLevel = struct
Public Structure ClusterNotificationLevel
Implements IEquatable(Of ClusterNotificationLevel)
- Inheritance
-
ClusterNotificationLevel
- Implements
Constructors
ClusterNotificationLevel(String) |
Initializes a new instance of ClusterNotificationLevel. |
Properties
All |
Receive all notifications. |
Critical |
Receive only critical notifications. |
Methods
Equals(ClusterNotificationLevel) |
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(ClusterNotificationLevel, ClusterNotificationLevel) |
Determines if two ClusterNotificationLevel values are the same. |
Implicit(String to ClusterNotificationLevel) |
Converts a string to a ClusterNotificationLevel. |
Inequality(ClusterNotificationLevel, ClusterNotificationLevel) |
Determines if two ClusterNotificationLevel values are not the same. |
Applies to
Azure SDK for .NET