次の方法で共有


AppPlatformAzureFileVolume クラス

定義

Azure File ボリュームのプロパティ。 Azure ファイル共有はボリュームとしてマウントされます。

public class AppPlatformAzureFileVolume : Azure.ResourceManager.AppPlatform.Models.AppCustomPersistentDiskProperties
type AppPlatformAzureFileVolume = class
    inherit AppCustomPersistentDiskProperties
Public Class AppPlatformAzureFileVolume
Inherits AppCustomPersistentDiskProperties
継承
AppPlatformAzureFileVolume

コンストラクター

AppPlatformAzureFileVolume(String, String)

AppPlatformAzureFileVolume の新しいインスタンスを初期化します。

プロパティ

IsReadOnly

永続ディスクが readOnly ディスクであるかどうかを示します。

(継承元 AppCustomPersistentDiskProperties)
MountOptions

永続ディスクのマウント オプションは次のとおりです。

(継承元 AppCustomPersistentDiskProperties)
MountPath

永続ディスクのマウント パス。

(継承元 AppCustomPersistentDiskProperties)
ShareName

Azure ファイル共有の共有名。

適用対象