次の方法で共有


ArmAppPlatformModelFactory.AppPersistentDisk メソッド

定義

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

public static Azure.ResourceManager.AppPlatform.Models.AppPersistentDisk AppPersistentDisk (int? sizeInGB = default, int? usedInGB = default, string mountPath = default);
static member AppPersistentDisk : Nullable<int> * Nullable<int> * string -> Azure.ResourceManager.AppPlatform.Models.AppPersistentDisk
Public Shared Function AppPersistentDisk (Optional sizeInGB As Nullable(Of Integer) = Nothing, Optional usedInGB As Nullable(Of Integer) = Nothing, Optional mountPath As String = Nothing) As AppPersistentDisk

パラメーター

sizeInGB
Nullable<Int32>

永続ディスクのサイズ (GB 単位)。

usedInGB
Nullable<Int32>

使用される永続ディスクのサイズ (GB 単位)。

mountPath
String

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

戻り値

モック作成用の新しい AppPersistentDisk インスタンス。

適用対象