Udostępnij przez


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

Name Description
RecoveryPointDataStoreRehydrationStatus(String)

Initializes a new instance of RecoveryPointDataStoreRehydrationStatus.

Properties

Name Description
Completed

COMPLETED.

CreateInProgress

CREATE_IN_PROGRESS.

Deleted

DELETED.

DeleteInProgress

DELETE_IN_PROGRESS.

Failed

FAILED.

Methods

Name Description
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

Name Description
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