Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ShareProtocols interface
- Package:
- @azure/storage-file-share
Protocols to enable on the share. For now, only support SMB or NFS.
Properties
| nfsEnabled | The share can be accessed by NFSv4.1. |
| smbEnabled | The share can be accessed by SMBv3.0, SMBv2.1 and REST. |
Property Details
nfsEnabled
The share can be accessed by NFSv4.1.
nfsEnabled?: boolean
Property Value
boolean
smbEnabled
The share can be accessed by SMBv3.0, SMBv2.1 and REST.
smbEnabled?: boolean
Property Value
boolean
