FileShareCopyOption 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.
Options to resolve copy conflicts.
public readonly struct FileShareCopyOption : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption>
type FileShareCopyOption = struct
Public Structure FileShareCopyOption
Implements IEquatable(Of FileShareCopyOption)
- Inheritance
-
FileShareCopyOption
- Implements
Constructors
FileShareCopyOption(String) |
Initializes a new instance of FileShareCopyOption. |
Properties
CreateCopy |
CreateCopy. |
FailOnConflict |
FailOnConflict. |
Invalid |
Invalid. |
Overwrite |
Overwrite. |
Skip |
Skip. |
Methods
Equals(FileShareCopyOption) |
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(FileShareCopyOption, FileShareCopyOption) |
Determines if two FileShareCopyOption values are the same. |
Implicit(String to FileShareCopyOption) |
Converts a string to a FileShareCopyOption. |
Inequality(FileShareCopyOption, FileShareCopyOption) |
Determines if two FileShareCopyOption values are not the same. |
Applies to
Azure SDK for .NET