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

Name Description
ProtectedItemState(String)

Initializes a new instance of ProtectedItemState.

Properties

Name Description
BackupsSuspended

Gets the BackupsSuspended.

Invalid

Gets the Invalid.

IRPending

Gets the IRPending.

Protected

Gets the Protected.

ProtectionError

Gets the ProtectionError.

ProtectionPaused

Gets the ProtectionPaused.

ProtectionStopped

Gets the ProtectionStopped.

Methods

Name Description
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

Name Description
Equality(ProtectedItemState, ProtectedItemState)

Determines if two ProtectedItemState values are the same.

Implicit(String to Nullable<ProtectedItemState>)
Implicit(String to ProtectedItemState)

Converts a string to a ProtectedItemState.

Inequality(ProtectedItemState, ProtectedItemState)

Determines if two ProtectedItemState values are not the same.

Applies to