AzureFileVolume interface
Azure 文件卷的属性。 Azure 文件共享装载为卷。
属性
read |
指示装载为卷的 Azure 文件共享是否为只读的标志。 |
share |
要装载为卷的 Azure 文件共享的名称。 |
storage |
用于访问 Azure 文件共享的存储帐户访问密钥。 |
storage |
包含 Azure 文件共享的存储帐户的名称。 |
属性详细信息
readOnly
指示装载为卷的 Azure 文件共享是否为只读的标志。
readOnly?: boolean
属性值
boolean
shareName
要装载为卷的 Azure 文件共享的名称。
shareName: string
属性值
string
storageAccountKey
用于访问 Azure 文件共享的存储帐户访问密钥。
storageAccountKey?: string
属性值
string
storageAccountName
包含 Azure 文件共享的存储帐户的名称。
storageAccountName: string
属性值
string