次の方法で共有


AppCustomPersistentDiskProperties(String) コンストラクター

定義

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

protected AppCustomPersistentDiskProperties (string mountPath);
new Azure.ResourceManager.AppPlatform.Models.AppCustomPersistentDiskProperties : string -> Azure.ResourceManager.AppPlatform.Models.AppCustomPersistentDiskProperties
Protected Sub New (mountPath As String)

パラメーター

mountPath
String

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

例外

mountPath が null です。

適用対象