NetAppMountProtocol 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 protocol to use for mounting an Azure NetApp Files store.
public readonly struct NetAppMountProtocol : IEquatable<Azure.ResourceManager.Discovery.Models.NetAppMountProtocol>
type NetAppMountProtocol = struct
Public Structure NetAppMountProtocol
Implements IEquatable(Of NetAppMountProtocol)
- Inheritance
-
NetAppMountProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppMountProtocol(String) |
Initializes a new instance of NetAppMountProtocol. |
Properties
| Name | Description |
|---|---|
| Nfs |
NFS protocol. Version of NFS used may vary based on storage type. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppMountProtocol) |
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(NetAppMountProtocol, NetAppMountProtocol) |
Determines if two NetAppMountProtocol values are the same. |
| Implicit(String to NetAppMountProtocol) |
Converts a string to a NetAppMountProtocol. |
| Implicit(String to Nullable<NetAppMountProtocol>) | |
| Inequality(NetAppMountProtocol, NetAppMountProtocol) |
Determines if two NetAppMountProtocol values are not the same. |