CustomPersistentDiskProperties interface
自定義永續性磁碟資源承載。
屬性
enable |
如果設定為 true,它會為每個個別的應用程式實例建立並掛接專用目錄。 |
mount |
這些是永續性磁碟的掛接選項。 |
mount |
永續性磁碟的掛接路徑。 |
read |
指出永續性磁碟是否為 readOnly 磁碟。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
屬性詳細資料
enableSubPath
如果設定為 true,它會為每個個別的應用程式實例建立並掛接專用目錄。
enableSubPath?: boolean
屬性值
boolean
mountOptions
這些是永續性磁碟的掛接選項。
mountOptions?: string[]
屬性值
string[]
mountPath
永續性磁碟的掛接路徑。
mountPath: string
屬性值
string
readOnly
指出永續性磁碟是否為 readOnly 磁碟。
readOnly?: boolean
屬性值
boolean
type
多型歧視性,指定這個物件可以是的不同類型
type: "AzureFileVolume"
屬性值
"AzureFileVolume"