Freigeben über


ArmAppPlatformModelFactory.AppPersistentDisk Methode

Definition

Initialisiert eine neue instance von 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

Parameter

sizeInGB
Nullable<Int32>

Größe des persistenten Datenträgers in GB.

usedInGB
Nullable<Int32>

Größe des verwendeten persistenten Datenträgers in GB.

mountPath
String

Einbindungspfad des persistenten Datenträgers.

Gibt zurück

Eine neue AppPersistentDisk instance zum Simulieren.

Gilt für: