Sdílet prostřednictvím


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

AzureMonitorAlertsState(String)

Initializes a new instance of AzureMonitorAlertsState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

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

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