BackupType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
BackupType(String) |
Initializes a new instance of BackupType. |
Properties
CopyOnlyFull |
CopyOnlyFull. |
Differential |
Differential. |
Full |
Full. |
Incremental |
Incremental. |
Invalid |
Invalid. |
Log |
Log. |
SnapshotCopyOnlyFull |
SnapshotCopyOnlyFull. |
SnapshotFull |
SnapshotFull. |
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
Azure SDK for .NET