다음을 통해 공유


ClusterNotificationCategory Struct

Definition

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