Delen via


RecoveryPointDataStoreRehydrationStatus Struct

Definition

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