Bagikan melalui


SmartGroupState Struct

Definition

Smart group state.

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

Constructors

SmartGroupState(String)

Initializes a new instance of SmartGroupState.

Properties

Acknowledged

Acknowledged.

Closed

Closed.

New

New.

Methods

Equals(SmartGroupState)

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

Determines if two SmartGroupState values are the same.

Implicit(String to SmartGroupState)

Converts a string to a SmartGroupState.

Inequality(SmartGroupState, SmartGroupState)

Determines if two SmartGroupState values are not the same.

Applies to