FileShareProperties interface
File share properties
Properties
| host |
The host name of the file share. |
| included |
Burst IOPS are extra buffer IOPS enabling you to consume more than your provisioned IOPS for a short period of time, depending on the burst credits available for your share. |
| max |
Max burst IOPS credits shows the maximum number of burst credits the share can have at the current IOPS provisioning level. |
| media |
The storage media tier of the file share. |
| mount |
The name of the file share as seen by the end user when mounting the share, such as in a URI or UNC format in their operating system. |
| nfs |
Protocol settings specific NFS. |
| private |
The list of associated private endpoint connections. |
| protocol | The file sharing protocol for this file share. |
| provisioned |
The provisioned IO / sec of the share. |
| provisioned |
A date/time value that specifies when the provisioned IOPS for the file share is permitted to be reduced. |
| 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 |
A date/time value that specifies when the provisioned storage for the file share is permitted to be reduced. |
| provisioned |
The provisioned throughput / sec of the share. |
| provisioned |
A date/time value that specifies when the provisioned throughput for the file share is permitted to be reduced. |
| provisioning |
The status of the last operation. |
| public |
The set of properties for control public access. |
| public |
Gets or sets allow or disallow public network access to azure managed file share |
| redundancy | The chosen redundancy level of the file share. |
Property Details
hostName
The host name of the file share.
hostName?: string
Property Value
string
includedBurstIOPerSec
Burst IOPS are extra buffer IOPS enabling you to consume more than your provisioned IOPS for a short period of time, depending on the burst credits available for your share.
includedBurstIOPerSec?: number
Property Value
number
maxBurstIOPerSecCredits
Max burst IOPS credits shows the maximum number of burst credits the share can have at the current IOPS provisioning level.
maxBurstIOPerSecCredits?: number
Property Value
number
mediaTier
The storage media tier of the file share.
mediaTier?: string
Property Value
string
mountName
The name of the file share as seen by the end user when mounting the share, such as in a URI or UNC format in their operating system.
mountName?: string
Property Value
string
nfsProtocolProperties
Protocol settings specific NFS.
nfsProtocolProperties?: NfsProtocolProperties
Property Value
privateEndpointConnections
The list of associated private endpoint connections.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
protocol
The file sharing protocol for this file share.
protocol?: string
Property Value
string
provisionedIOPerSec
The provisioned IO / sec of the share.
provisionedIOPerSec?: number
Property Value
number
provisionedIOPerSecNextAllowedDowngrade
A date/time value that specifies when the provisioned IOPS for the file share is permitted to be reduced.
provisionedIOPerSecNextAllowedDowngrade?: Date
Property Value
Date
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
provisionedStorageNextAllowedDowngrade
A date/time value that specifies when the provisioned storage for the file share is permitted to be reduced.
provisionedStorageNextAllowedDowngrade?: Date
Property Value
Date
provisionedThroughputMiBPerSec
The provisioned throughput / sec of the share.
provisionedThroughputMiBPerSec?: number
Property Value
number
provisionedThroughputNextAllowedDowngrade
A date/time value that specifies when the provisioned throughput for the file share is permitted to be reduced.
provisionedThroughputNextAllowedDowngrade?: Date
Property Value
Date
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
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
redundancy
The chosen redundancy level of the file share.
redundancy?: string
Property Value
string