NfsProtocolProperties Class
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.
Properties specific to the NFS protocol.
public class NfsProtocolProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FileShares.Models.NfsProtocolProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FileShares.Models.NfsProtocolProperties>
type NfsProtocolProperties = class
interface IJsonModel<NfsProtocolProperties>
interface IPersistableModel<NfsProtocolProperties>
Public Class NfsProtocolProperties
Implements IJsonModel(Of NfsProtocolProperties), IPersistableModel(Of NfsProtocolProperties)
- Inheritance
-
NfsProtocolProperties
- Implements
Constructors
| Name | Description |
|---|---|
| NfsProtocolProperties() |
Initializes a new instance of NfsProtocolProperties. |
Properties
| Name | Description |
|---|---|
| EncryptionInTransitRequired |
Encryption in transit defines whether data is encrypted for NFS shares. |
| RootSquash |
Root squash defines how root users on clients are mapped to the NFS share. |