次の方法で共有


AppCustomPersistentDiskProperties クラス

定義

カスタムの永続ディスク リソース ペイロード。 基底クラスであることに注意 AppCustomPersistentDiskProperties してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 が含まれます AppPlatformAzureFileVolume

public abstract class AppCustomPersistentDiskProperties
type AppCustomPersistentDiskProperties = class
Public MustInherit Class AppCustomPersistentDiskProperties
継承
AppCustomPersistentDiskProperties
派生

コンストラクター

AppCustomPersistentDiskProperties(String)

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

プロパティ

IsReadOnly

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

MountOptions

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

MountPath

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

適用対象