DataProtectionBackupRecoveryPointCompletionState 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 recovery point completeness. Partial (i.e., only some of the intended items were backed up), or Completed (i.e., ALL intended items were backed up).
public readonly struct DataProtectionBackupRecoveryPointCompletionState : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupRecoveryPointCompletionState>
type DataProtectionBackupRecoveryPointCompletionState = struct
Public Structure DataProtectionBackupRecoveryPointCompletionState
Implements IEquatable(Of DataProtectionBackupRecoveryPointCompletionState)
- Inheritance
-
DataProtectionBackupRecoveryPointCompletionState
- Implements
Constructors
DataProtectionBackupRecoveryPointCompletionState(String) |
Initializes a new instance of DataProtectionBackupRecoveryPointCompletionState. |
Properties
Completed |
Completed. |
Partial |
Partial. |
Methods
Equals(DataProtectionBackupRecoveryPointCompletionState) |
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(DataProtectionBackupRecoveryPointCompletionState, DataProtectionBackupRecoveryPointCompletionState) |
Determines if two DataProtectionBackupRecoveryPointCompletionState values are the same. |
Implicit(String to DataProtectionBackupRecoveryPointCompletionState) |
Converts a string to a DataProtectionBackupRecoveryPointCompletionState. |
Inequality(DataProtectionBackupRecoveryPointCompletionState, DataProtectionBackupRecoveryPointCompletionState) |
Determines if two DataProtectionBackupRecoveryPointCompletionState values are not the same. |
Applies to
Azure SDK for .NET