BackupCreateMode 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.
Create mode to indicate recovery of existing soft deleted data source or creation of new data source.
public readonly struct BackupCreateMode : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupCreateMode>
type BackupCreateMode = struct
Public Structure BackupCreateMode
Implements IEquatable(Of BackupCreateMode)
- Inheritance
-
BackupCreateMode
- Implements
Constructors
BackupCreateMode(String) |
Initializes a new instance of BackupCreateMode. |
Properties
Default |
Default. |
Invalid |
Invalid. |
Recover |
Recover. |
Methods
Equals(BackupCreateMode) |
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(BackupCreateMode, BackupCreateMode) |
Determines if two BackupCreateMode values are the same. |
Implicit(String to BackupCreateMode) |
Converts a string to a BackupCreateMode. |
Inequality(BackupCreateMode, BackupCreateMode) |
Determines if two BackupCreateMode values are not the same. |
Applies to
Azure SDK for .NET