ClusterNotificationCategory 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 category of notification.
public readonly struct ClusterNotificationCategory : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ClusterNotificationCategory>
type ClusterNotificationCategory = struct
Public Structure ClusterNotificationCategory
Implements IEquatable(Of ClusterNotificationCategory)
- Inheritance
-
ClusterNotificationCategory
- Implements
Constructors
ClusterNotificationCategory(String) |
Initializes a new instance of ClusterNotificationCategory. |
Properties
WaveProgress |
Notification will be regarding wave progress. |
Methods
Equals(ClusterNotificationCategory) |
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(ClusterNotificationCategory, ClusterNotificationCategory) |
Determines if two ClusterNotificationCategory values are the same. |
Implicit(String to ClusterNotificationCategory) |
Converts a string to a ClusterNotificationCategory. |
Inequality(ClusterNotificationCategory, ClusterNotificationCategory) |
Determines if two ClusterNotificationCategory values are not the same. |
Applies to
Azure SDK for .NET