DataDisk Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
DataDisk() |
Initialiseert een nieuw exemplaar van de klasse DataDisk. |
DataDisk(Int32, Int32, Nullable<CachingType>, Nullable<StorageAccountType>) |
Initialiseert een nieuw exemplaar van de klasse DataDisk. |
DataDisk()
Initialiseert een nieuw exemplaar van de klasse DataDisk.
public DataDisk ();
Public Sub New ()
Van toepassing op
DataDisk(Int32, Int32, Nullable<CachingType>, Nullable<StorageAccountType>)
Initialiseert een nieuw exemplaar van de klasse DataDisk.
public DataDisk (int lun, int diskSizeGB, Microsoft.Azure.Management.Batch.Models.CachingType? caching = default, Microsoft.Azure.Management.Batch.Models.StorageAccountType? storageAccountType = default);
new Microsoft.Azure.Management.Batch.Models.DataDisk : int * int * Nullable<Microsoft.Azure.Management.Batch.Models.CachingType> * Nullable<Microsoft.Azure.Management.Batch.Models.StorageAccountType> -> Microsoft.Azure.Management.Batch.Models.DataDisk
Public Sub New (lun As Integer, diskSizeGB As Integer, Optional caching As Nullable(Of CachingType) = Nothing, Optional storageAccountType As Nullable(Of StorageAccountType) = Nothing)
Parameters
- lun
- Int32
Het logische eenheidsnummer.
- diskSizeGB
- Int32
De initiƫle schijfgrootte in GB bij het maken van een nieuwe gegevensschijf.
- caching
- Nullable<CachingType>
Het type caching dat moet worden ingeschakeld voor de gegevensschijven.
- storageAccountType
- Nullable<StorageAccountType>
Het type opslagaccount dat moet worden gebruikt voor de gegevensschijf.
Van toepassing op
Azure SDK for .NET