ProtectedItemState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET