DataProtectionBackupRecoveryPointCompletionState Struct

Definition

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