通过


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

NetAppProtocolType Struct

Definition

Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol.

public readonly struct NetAppProtocolType : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppProtocolType>
type NetAppProtocolType = struct
Public Structure NetAppProtocolType
Implements IEquatable(Of NetAppProtocolType)
Inheritance
NetAppProtocolType
Implements

Constructors

Name Description
NetAppProtocolType(String)

Initializes a new instance of NetAppProtocolType.

Properties

Name Description
Nfsv3

NFSv3 protocol type.

Nfsv4

NFSv4 protocol type.

Smb

SMB protocol type.

Methods

Name Description
Equals(NetAppProtocolType)

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(NetAppProtocolType, NetAppProtocolType)

Determines if two NetAppProtocolType values are the same.

Implicit(String to NetAppProtocolType)

Converts a String to a NetAppProtocolType.

Inequality(NetAppProtocolType, NetAppProtocolType)

Determines if two NetAppProtocolType values are not the same.

Applies to