Struct BackupFileShareType
File Share type XSync or XSMB.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.RecoveryServicesBackup.dll
Syntax
public struct BackupFileShareType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupFileShareType>
Constructors
Declaration
public BackupFileShareType (string value);
Parameters
Exceptions
|
System.ArgumentNullException
value is null.
|
Properties
Declaration
public static Azure.ResourceManager.RecoveryServicesBackup.Models.BackupFileShareType Invalid { get; }
Property Value
Declaration
public static Azure.ResourceManager.RecoveryServicesBackup.Models.BackupFileShareType Xsmb { get; }
Property Value
Declaration
public static Azure.ResourceManager.RecoveryServicesBackup.Models.BackupFileShareType XSync { 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.BackupFileShareType 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.BackupFileShareType left, Azure.ResourceManager.RecoveryServicesBackup.Models.BackupFileShareType right);
Parameters
Returns
Declaration
public static implicit operator Azure.ResourceManager.RecoveryServicesBackup.Models.BackupFileShareType (string value);
Parameters
Returns
Declaration
public static bool operator != (Azure.ResourceManager.RecoveryServicesBackup.Models.BackupFileShareType left, Azure.ResourceManager.RecoveryServicesBackup.Models.BackupFileShareType right);
Parameters
Returns