次の方法で共有


AzureFileVolume interface

Azure File ボリュームのプロパティ。 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から継承