PersistentDisk 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
PersistentDisk() |
Initializes a new instance of the PersistentDisk class. |
PersistentDisk(Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the PersistentDisk class. |
PersistentDisk()
Initializes a new instance of the PersistentDisk class.
public PersistentDisk ();
Public Sub New ()
Applies to
PersistentDisk(Nullable<Int32>, Nullable<Int32>, String)
Initializes a new instance of the PersistentDisk class.
public PersistentDisk (int? sizeInGB = default, int? usedInGB = default, string mountPath = default);
new Microsoft.Azure.Management.AppPlatform.Models.PersistentDisk : Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.AppPlatform.Models.PersistentDisk
Public Sub New (Optional sizeInGB As Nullable(Of Integer) = Nothing, Optional usedInGB As Nullable(Of Integer) = Nothing, Optional mountPath As String = Nothing)
Parameters
- mountPath
- String
Mount path of the persistent disk
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET