RestoreOverwriteOption 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.
Can Overwrite if Target DataBase already exists.
public readonly struct RestoreOverwriteOption : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.RestoreOverwriteOption>
type RestoreOverwriteOption = struct
Public Structure RestoreOverwriteOption
Implements IEquatable(Of RestoreOverwriteOption)
- Inheritance
-
RestoreOverwriteOption
- Implements
Constructors
| RestoreOverwriteOption(String) |
Initializes a new instance of RestoreOverwriteOption. |
Properties
| FailOnConflict |
FailOnConflict. |
| Invalid |
Invalid. |
| Overwrite |
Overwrite. |
Methods
| Equals(RestoreOverwriteOption) |
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(RestoreOverwriteOption, RestoreOverwriteOption) |
Determines if two RestoreOverwriteOption values are the same. |
| Implicit(String to RestoreOverwriteOption) |
Converts a String to a RestoreOverwriteOption. |
| Inequality(RestoreOverwriteOption, RestoreOverwriteOption) |
Determines if two RestoreOverwriteOption values are not the same. |