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