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
| Name | Description |
|---|---|
| BackupFileShareType(String) |
Initializes a new instance of BackupFileShareType. |
Properties
| Name | Description |
|---|---|
| Invalid |
Invalid. |
| Xsmb |
XSMB. |
| XSync |
XSync. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |