FileShareUpdateProperties interface
The updatable properties of the FileShare.
Properties
| nfs |
Protocol settings specific NFS. |
| provisioned |
The provisioned IO / sec of the share. |
| provisioned |
The provisioned storage size of the share in GiB (1 GiB is 1024^3 bytes or 1073741824 bytes). A component of the file share's bill is the provisioned storage, regardless of the amount of used storage. |
| provisioned |
The provisioned throughput / sec of the share. |
| public |
The set of properties for control public access. |
| public |
Gets or sets allow or disallow public network access to azure managed file share |
Property Details
nfsProtocolProperties
Protocol settings specific NFS.
nfsProtocolProperties?: NfsProtocolProperties
Property Value
provisionedIOPerSec
The provisioned IO / sec of the share.
provisionedIOPerSec?: number
Property Value
number
provisionedStorageGiB
The provisioned storage size of the share in GiB (1 GiB is 1024^3 bytes or 1073741824 bytes). A component of the file share's bill is the provisioned storage, regardless of the amount of used storage.
provisionedStorageGiB?: number
Property Value
number
provisionedThroughputMiBPerSec
The provisioned throughput / sec of the share.
provisionedThroughputMiBPerSec?: number
Property Value
number
publicAccessProperties
The set of properties for control public access.
publicAccessProperties?: PublicAccessProperties
Property Value
publicNetworkAccess
Gets or sets allow or disallow public network access to azure managed file share
publicNetworkAccess?: string
Property Value
string