BackupFileShareType 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.
File Share type XSync or XSMB.
public readonly struct BackupFileShareType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupFileShareType>
type BackupFileShareType = struct
Public Structure BackupFileShareType
Implements IEquatable(Of BackupFileShareType)
- Inheritance
-
BackupFileShareType
- Implements
Constructors
BackupFileShareType(String) |
Initializes a new instance of BackupFileShareType. |
Properties
Invalid |
Invalid. |
Xsmb |
XSMB. |
XSync |
XSync. |
Methods
Equals(BackupFileShareType) |
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(BackupFileShareType, BackupFileShareType) |
Determines if two BackupFileShareType values are the same. |
Implicit(String to BackupFileShareType) |
Converts a string to a BackupFileShareType. |
Inequality(BackupFileShareType, BackupFileShareType) |
Determines if two BackupFileShareType values are not the same. |
Applies to
Azure SDK for .NET