BackupLevel 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.
The level of backup.
public readonly struct BackupLevel : IEquatable<Azure.ResourceManager.CommvaultContentStore.Models.BackupLevel>
type BackupLevel = struct
Public Structure BackupLevel
Implements IEquatable(Of BackupLevel)
- Inheritance
-
BackupLevel
- Implements
Constructors
| Name | Description |
|---|---|
| BackupLevel(String) |
Initializes a new instance of BackupLevel. |
Properties
| Name | Description |
|---|---|
| Differential |
Differential backup level. |
| Full |
Full backup level. |
| Incremental |
Incremental backup level. |
| SyntheticFull |
Synthetic full backup level. |
Methods
| Name | Description |
|---|---|
| Equals(BackupLevel) |
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(BackupLevel, BackupLevel) |
Determines if two BackupLevel values are the same. |
| Implicit(String to BackupLevel) |
Converts a string to a BackupLevel. |
| Implicit(String to Nullable<BackupLevel>) | |
| Inequality(BackupLevel, BackupLevel) |
Determines if two BackupLevel values are not the same. |