BackupType Struct

Definition

Type of backup, viz. Full, Differential, Log or CopyOnlyFull.

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

Constructors

Name Description
BackupType(String)

Initializes a new instance of BackupType.

Properties

Name Description
CopyOnlyFull

Gets the CopyOnlyFull.

Differential

Gets the Differential.

Full

Gets the Full.

Incremental

Gets the Incremental.

Invalid

Gets the Invalid.

Log

Gets the Log.

SnapshotCopyOnlyFull

Gets the SnapshotCopyOnlyFull.

SnapshotFull

Gets the SnapshotFull.

Methods

Name Description
Equals(BackupType)

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

Determines if two BackupType values are the same.

Implicit(String to BackupType)

Converts a string to a BackupType.

Implicit(String to Nullable<BackupType>)
Inequality(BackupType, BackupType)

Determines if two BackupType values are not the same.

Applies to