ElasticNfsv4Access 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.
NFSv4 access.
public readonly struct ElasticNfsv4Access : IEquatable<Azure.ResourceManager.NetApp.Models.ElasticNfsv4Access>
type ElasticNfsv4Access = struct
Public Structure ElasticNfsv4Access
Implements IEquatable(Of ElasticNfsv4Access)
- Inheritance
-
ElasticNfsv4Access
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticNfsv4Access(String) |
Initializes a new instance of ElasticNfsv4Access. |
Properties
| Name | Description |
|---|---|
| Disabled |
Clients can't connect to the volume using the NFSv4 protocol. |
| Enabled |
Clients can connect to the volume using the NFSv4 protocol. |
Methods
| Name | Description |
|---|---|
| Equals(ElasticNfsv4Access) |
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(ElasticNfsv4Access, ElasticNfsv4Access) |
Determines if two ElasticNfsv4Access values are the same. |
| Implicit(String to ElasticNfsv4Access) |
Converts a string to a ElasticNfsv4Access. |
| Implicit(String to Nullable<ElasticNfsv4Access>) | |
| Inequality(ElasticNfsv4Access, ElasticNfsv4Access) |
Determines if two ElasticNfsv4Access values are not the same. |