Sdílet prostřednictvím


PersistentVolumeRestoreMode Struct

Definition

Gets or sets the PV (Persistent Volume) Restore Mode property. This property sets whether volumes needs to be restored.

public readonly struct PersistentVolumeRestoreMode : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.PersistentVolumeRestoreMode>
type PersistentVolumeRestoreMode = struct
Public Structure PersistentVolumeRestoreMode
Implements IEquatable(Of PersistentVolumeRestoreMode)
Inheritance
PersistentVolumeRestoreMode
Implements

Constructors

PersistentVolumeRestoreMode(String)

Initializes a new instance of PersistentVolumeRestoreMode.

Properties

RestoreWithoutVolumeData

RestoreWithoutVolumeData.

RestoreWithVolumeData

RestoreWithVolumeData.

Methods

Equals(PersistentVolumeRestoreMode)

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(PersistentVolumeRestoreMode, PersistentVolumeRestoreMode)

Determines if two PersistentVolumeRestoreMode values are the same.

Implicit(String to PersistentVolumeRestoreMode)

Converts a string to a PersistentVolumeRestoreMode.

Inequality(PersistentVolumeRestoreMode, PersistentVolumeRestoreMode)

Determines if two PersistentVolumeRestoreMode values are not the same.

Applies to