다음을 통해 공유


ArmAppPlatformModelFactory.AppPersistentDisk Method

Definition

Initializes a new instance of 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

Parameters

sizeInGB
Nullable<Int32>

Size of the persistent disk in GB.

usedInGB
Nullable<Int32>

Size of the used persistent disk in GB.

mountPath
String

Mount path of the persistent disk.

Returns

A new AppPersistentDisk instance for mocking.

Applies to