Struct FileShareCopyOption
Options to resolve copy conflicts.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.RecoveryServicesBackup.dll
Syntax
public struct FileShareCopyOption : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption>
Constructors
Declaration
public FileShareCopyOption (string value);
Parameters
Exceptions
|
System.ArgumentNullException
value is null.
|
Properties
Declaration
public static Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption CreateCopy { get; }
Property Value
Declaration
public static Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption FailOnConflict { get; }
Property Value
Declaration
public static Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption Invalid { get; }
Property Value
Declaration
public static Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption Overwrite { get; }
Property Value
Declaration
public static Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption Skip { get; }
Property Value
Methods
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals (Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption other);
Parameters
Returns
|
System.Boolean
true if the current object is equal to the other parameter; otherwise, false.
|
Indicates whether this instance and a specified object are equal.
Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
|
System.Object
obj
The object to compare with the current instance.
|
Returns
|
System.Boolean
true if obj and this instance are the same type and represent the same value; otherwise, false.
|
Returns the hash code for this instance.
Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
|
System.Int32
A 32-bit signed integer that is the hash code for this instance.
|
Returns the fully qualified type name of this instance.
Declaration
public override string ToString ();
Returns
|
System.String
The fully qualified type name.
|
Operators
Declaration
public static bool operator == (Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption left, Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption right);
Parameters
Returns
Declaration
public static implicit operator Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption (string value);
Parameters
Returns
Declaration
public static bool operator != (Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption left, Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareCopyOption right);
Parameters
Returns