Share via


ProtectedItemState Struct

Definition

Backup state of the backed up item.

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

Constructors

ProtectedItemState(String)

Initializes a new instance of ProtectedItemState.

Properties

BackupsSuspended

BackupsSuspended.

Invalid

Invalid.

IRPending

IRPending.

Protected

Protected.

ProtectionError

ProtectionError.

ProtectionPaused

ProtectionPaused.

ProtectionStopped

ProtectionStopped.

Methods

Equals(ProtectedItemState)

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

Determines if two ProtectedItemState values are the same.

Implicit(String to ProtectedItemState)

Converts a string to a ProtectedItemState.

Inequality(ProtectedItemState, ProtectedItemState)

Determines if two ProtectedItemState values are not the same.

Applies to