BackupType Struct

Definition

Enum of the different backup types.

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

Constructors

BackupType(String)

Initializes a new instance of BackupType.

Properties

Database

Database.

DifferentialDatabase

DifferentialDatabase.

DifferentialFile

DifferentialFile.

DifferentialPartial

DifferentialPartial.

File

File.

Partial

Partial.

TransactionLog

TransactionLog.

Methods

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

Equality(BackupType, BackupType)

Determines if two BackupType values are the same.

Implicit(String to BackupType)

Converts a string to a BackupType.

Inequality(BackupType, BackupType)

Determines if two BackupType values are not the same.

Applies to