FileShareCopyOption Struct

Definition

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

Name Description
FileShareCopyOption(String)

Initializes a new instance of FileShareCopyOption.

Properties

Name Description
CreateCopy

Gets the CreateCopy.

FailOnConflict

Gets the FailOnConflict.

Invalid

Gets the Invalid.

Overwrite

Gets the Overwrite.

Skip

Gets the Skip.

Methods

Name Description
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

Name Description
Equality(FileShareCopyOption, FileShareCopyOption)

Determines if two FileShareCopyOption values are the same.

Implicit(String to FileShareCopyOption)

Converts a string to a FileShareCopyOption.

Implicit(String to Nullable<FileShareCopyOption>)
Inequality(FileShareCopyOption, FileShareCopyOption)

Determines if two FileShareCopyOption values are not the same.

Applies to