NfsVersion 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.
The NFS protocol version.
public readonly struct NfsVersion : IEquatable<Azure.ResourceManager.StorageMover.Models.NfsVersion>
type NfsVersion = struct
Public Structure NfsVersion
Implements IEquatable(Of NfsVersion)
- Inheritance
-
NfsVersion
- Implements
Constructors
| Name | Description |
|---|---|
| NfsVersion(String) |
Initializes a new instance of NfsVersion. |
Properties
| Name | Description |
|---|---|
| NFSauto |
Gets the NFSauto. |
| NFSv3 |
Gets the NFSv3. |
| NFSv4 |
Gets the NFSv4. |
Methods
| Name | Description |
|---|---|
| Equals(NfsVersion) |
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(NfsVersion, NfsVersion) |
Determines if two NfsVersion values are the same. |
| Implicit(String to NfsVersion) |
Converts a string to a NfsVersion. |
| Implicit(String to Nullable<NfsVersion>) | |
| Inequality(NfsVersion, NfsVersion) |
Determines if two NfsVersion values are not the same. |