NfsVersion Struct

Definition

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

NfsVersion(String)

Initializes a new instance of NfsVersion.

Properties

NFSauto

NFSauto.

NFSv3

NFSv3.

NFSv4

NFSv4.

Methods

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

Equality(NfsVersion, NfsVersion)

Determines if two NfsVersion values are the same.

Implicit(String to NfsVersion)

Converts a string to a NfsVersion.

Inequality(NfsVersion, NfsVersion)

Determines if two NfsVersion values are not the same.

Applies to