你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NfsVersion Struct

Definition

The NFS protocol version.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Support.NfsVersionTypeConverter))]
public struct NfsVersion : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Support.NfsVersion>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Support.NfsVersionTypeConverter))>]
type NfsVersion = struct
    interface IArgumentCompleter
Public Structure NfsVersion
Implements IArgumentCompleter, IEquatable(Of NfsVersion)
Inheritance
NfsVersion
Attributes
Implements

Fields

NfSauto
NfSv3
NfSv4

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(NfsVersion)

Compares values of enum type NfsVersion

Equals(Object)

Compares values of enum type NfsVersion (override for Object)

GetHashCode()

Returns hashCode for enum NfsVersion

ToString()

Returns string representation for NfsVersion

Operators

Equality(NfsVersion, NfsVersion)

Overriding == operator for enum NfsVersion

Implicit(NfsVersion to String)

Implicit operator to convert NfsVersion to string

Implicit(String to NfsVersion)

Implicit operator to convert string to NfsVersion

Inequality(NfsVersion, NfsVersion)

Overriding != operator for enum NfsVersion

Applies to