Freigeben über


BackupType Struktur

Definition

Art der Sicherung, viz. Full, Differential, Log oder CopyOnlyFull.

public readonly struct BackupType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupType>
type BackupType = struct
Public Structure BackupType
Implements IEquatable(Of BackupType)
Vererbung
BackupType
Implementiert

Konstruktoren

BackupType(String)

Initialisiert eine neue Instanz von BackupType.

Eigenschaften

CopyOnlyFull

CopyOnlyFull.

Differential

Differenzielle.

Full

Vollständig.

Incremental

Inkrementelle.

Invalid

Ungültig

Log

Protokoll.

SnapshotCopyOnlyFull

SnapshotCopyOnlyFull.

SnapshotFull

SnapshotFull.

Methoden

Equals(BackupType)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(BackupType, BackupType)

Bestimmt, ob zwei BackupType Werte identisch sind.

Implicit(String to BackupType)

Konvertiert eine Zeichenfolge in eine BackupType.

Inequality(BackupType, BackupType)

Bestimmt, ob zwei BackupType Werte nicht identisch sind.

Gilt für: