NetAppProtocolType 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.
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. |