TemporaryDisk Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- mountPath
- String
Mount path of the temporary disk
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET