BackupInstanceProtectionStatus 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 the protection status of the resource.
public readonly struct BackupInstanceProtectionStatus : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.BackupInstanceProtectionStatus>
type BackupInstanceProtectionStatus = struct
Public Structure BackupInstanceProtectionStatus
Implements IEquatable(Of BackupInstanceProtectionStatus)
- Inheritance
-
BackupInstanceProtectionStatus
- Implements
Constructors
BackupInstanceProtectionStatus(String) |
Initializes a new instance of BackupInstanceProtectionStatus. |
Properties
ConfiguringProtection |
ConfiguringProtection. |
ConfiguringProtectionFailed |
ConfiguringProtectionFailed. |
ProtectionConfigured |
ProtectionConfigured. |
ProtectionStopped |
ProtectionStopped. |
SoftDeleted |
SoftDeleted. |
SoftDeleting |
SoftDeleting. |
Methods
Equals(BackupInstanceProtectionStatus) |
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(BackupInstanceProtectionStatus, BackupInstanceProtectionStatus) |
Determines if two BackupInstanceProtectionStatus values are the same. |
Implicit(String to BackupInstanceProtectionStatus) |
Converts a string to a BackupInstanceProtectionStatus. |
Inequality(BackupInstanceProtectionStatus, BackupInstanceProtectionStatus) |
Determines if two BackupInstanceProtectionStatus values are not the same. |
Applies to
Azure SDK for .NET