Share via


AzureMonitorAlertsState Struct

Definition

The AzureMonitorAlertsState.

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

Constructors

Name Description
AzureMonitorAlertsState(String)

Initializes a new instance of AzureMonitorAlertsState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(AzureMonitorAlertsState)

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

Determines if two AzureMonitorAlertsState values are the same.

Implicit(String to AzureMonitorAlertsState)

Converts a String to a AzureMonitorAlertsState.

Inequality(AzureMonitorAlertsState, AzureMonitorAlertsState)

Determines if two AzureMonitorAlertsState values are not the same.

Applies to