MonitoringStatus Struct

Definition

The state of monitoring.

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

Constructors

Name Description
MonitoringStatus(String)

Initializes a new instance of MonitoringStatus.

Properties

Name Description
Active

Gets the Active.

Deleting

Gets the Deleting.

Disabled

Disabled.

Enabled

Enabled.

Failed

Gets the Failed.

InProgress

Gets the InProgress.

Methods

Name Description
Equals(MonitoringStatus)

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

Determines if two MonitoringStatus values are the same.

Implicit(String to MonitoringStatus)

Converts a string to a MonitoringStatus.

Implicit(String to Nullable<MonitoringStatus>)
Inequality(MonitoringStatus, MonitoringStatus)

Determines if two MonitoringStatus values are not the same.

Applies to