Megosztás a következőn keresztül:


RecoveryServicesAlertsState Struct

Definition

The RecoveryServicesAlertsState.

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

Constructors

RecoveryServicesAlertsState(String)

Initializes a new instance of RecoveryServicesAlertsState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(RecoveryServicesAlertsState)

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

Determines if two RecoveryServicesAlertsState values are the same.

Implicit(String to RecoveryServicesAlertsState)

Converts a string to a RecoveryServicesAlertsState.

Inequality(RecoveryServicesAlertsState, RecoveryServicesAlertsState)

Determines if two RecoveryServicesAlertsState values are not the same.

Applies to