BackupProtectionStatus 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.
Specifies whether the container is registered or not.
public readonly struct BackupProtectionStatus : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupProtectionStatus>
type BackupProtectionStatus = struct
Public Structure BackupProtectionStatus
Implements IEquatable(Of BackupProtectionStatus)
- Inheritance
-
BackupProtectionStatus
- Implements
Constructors
BackupProtectionStatus(String) |
Initializes a new instance of BackupProtectionStatus. |
Properties
Invalid |
Invalid. |
NotProtected |
NotProtected. |
Protected |
Protected. |
Protecting |
Protecting. |
ProtectionFailed |
ProtectionFailed. |
Methods
Equals(BackupProtectionStatus) |
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(BackupProtectionStatus, BackupProtectionStatus) |
Determines if two BackupProtectionStatus values are the same. |
Implicit(String to BackupProtectionStatus) |
Converts a string to a BackupProtectionStatus. |
Inequality(BackupProtectionStatus, BackupProtectionStatus) |
Determines if two BackupProtectionStatus values are not the same. |
Applies to
Azure SDK for .NET