RecoveryPointDataStoreRehydrationStatus 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.
The RecoveryPointDataStoreRehydrationStatus.
public readonly struct RecoveryPointDataStoreRehydrationStatus : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.RecoveryPointDataStoreRehydrationStatus>
type RecoveryPointDataStoreRehydrationStatus = struct
Public Structure RecoveryPointDataStoreRehydrationStatus
Implements IEquatable(Of RecoveryPointDataStoreRehydrationStatus)
- Inheritance
-
RecoveryPointDataStoreRehydrationStatus
- Implements
Constructors
RecoveryPointDataStoreRehydrationStatus(String) |
Initializes a new instance of RecoveryPointDataStoreRehydrationStatus. |
Properties
Completed |
COMPLETED. |
CreateInProgress |
CREATE_IN_PROGRESS. |
Deleted |
DELETED. |
DeleteInProgress |
DELETE_IN_PROGRESS. |
Failed |
FAILED. |
Methods
Equals(RecoveryPointDataStoreRehydrationStatus) |
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(RecoveryPointDataStoreRehydrationStatus, RecoveryPointDataStoreRehydrationStatus) |
Determines if two RecoveryPointDataStoreRehydrationStatus values are the same. |
Implicit(String to RecoveryPointDataStoreRehydrationStatus) |
Converts a string to a RecoveryPointDataStoreRehydrationStatus. |
Inequality(RecoveryPointDataStoreRehydrationStatus, RecoveryPointDataStoreRehydrationStatus) |
Determines if two RecoveryPointDataStoreRehydrationStatus values are not the same. |
Applies to
Azure SDK for .NET