AzureFileProperties interface
Azure File Properties.
Properties
access |
Access mode for storage |
account |
Storage account key for azure file. |
account |
Storage account name for azure file. |
share |
Azure file share name. |
Property Details
accessMode
Access mode for storage
accessMode?: string
Property Value
string
accountKey
Storage account key for azure file.
accountKey?: string
Property Value
string
accountName
Storage account name for azure file.
accountName?: string
Property Value
string
shareName
Azure file share name.
shareName?: string
Property Value
string