LastBackupStatus 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.
Last backup operation status. Possible values: Healthy, Unhealthy.
public readonly struct LastBackupStatus : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.LastBackupStatus>
type LastBackupStatus = struct
Public Structure LastBackupStatus
Implements IEquatable(Of LastBackupStatus)
- Inheritance
-
LastBackupStatus
- Implements
Constructors
LastBackupStatus(String) |
Initializes a new instance of LastBackupStatus. |
Properties
Healthy |
Healthy. |
Invalid |
Invalid. |
IRPending |
IRPending. |
Unhealthy |
Unhealthy. |
Methods
Equals(LastBackupStatus) |
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(LastBackupStatus, LastBackupStatus) |
Determines if two LastBackupStatus values are the same. |
Implicit(String to LastBackupStatus) |
Converts a string to a LastBackupStatus. |
Inequality(LastBackupStatus, LastBackupStatus) |
Determines if two LastBackupStatus values are not the same. |
Applies to
Azure SDK for .NET