TemporaryDisk Constructors

Definition

Overloads

TemporaryDisk()

Initializes a new instance of the TemporaryDisk class.

TemporaryDisk(Nullable<Int32>, String)

Initializes a new instance of the TemporaryDisk class.

TemporaryDisk()

Initializes a new instance of the TemporaryDisk class.

public TemporaryDisk ();
Public Sub New ()

Applies to

TemporaryDisk(Nullable<Int32>, String)

Initializes a new instance of the TemporaryDisk class.

public TemporaryDisk (int? sizeInGB = default, string mountPath = default);
new Microsoft.Azure.Management.AppPlatform.Models.TemporaryDisk : Nullable<int> * string -> Microsoft.Azure.Management.AppPlatform.Models.TemporaryDisk
Public Sub New (Optional sizeInGB As Nullable(Of Integer) = Nothing, Optional mountPath As String = Nothing)

Parameters

sizeInGB
Nullable<Int32>

Size of the temporary disk in GB

mountPath
String

Mount path of the temporary disk

Applies to