AzureFileVolume interface

Azure 檔案磁碟區的屬性。 Azure 檔案共用會掛接為磁碟區。

Extends

屬性

shareName

Azure 檔案共享的共享名稱。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

enableSubPath

如果設定為 true,它會為每個個別的應用程式實例建立並掛接專用目錄。

mountOptions

這些是永續性磁碟的掛接選項。

mountPath

永續性磁碟的掛接路徑。

readOnly

指出永續性磁碟是否為 readOnly 磁碟。

屬性詳細資料

shareName

Azure 檔案共享的共享名稱。

shareName?: string

屬性值

string

type

多型歧視性,指定這個物件可以是的不同類型

type: "AzureFileVolume"

屬性值

"AzureFileVolume"

繼承的屬性詳細資料

enableSubPath

如果設定為 true,它會為每個個別的應用程式實例建立並掛接專用目錄。

enableSubPath?: boolean

屬性值

boolean

繼承自customPersistentDiskProperties.enableSubPath

mountOptions

這些是永續性磁碟的掛接選項。

mountOptions?: string[]

屬性值

string[]

繼承自customPersistentDiskProperties.mountOptions

mountPath

永續性磁碟的掛接路徑。

mountPath: string

屬性值

string

繼承自 customPersistentDiskProperties.mountPath

readOnly

指出永續性磁碟是否為 readOnly 磁碟。

readOnly?: boolean

屬性值

boolean

繼承自customPersistentDiskProperties.readOnly