Class LinuxVirtualMachineScaleSetDataDisk
Inheritance
System.Object
LinuxVirtualMachineScaleSetDataDisk
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Compute.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineScaleSetDataDisk
Fields
View SourceCaching
The type of Caching which should be used for this Data Disk. Possible values are None, ReadOnly and ReadWrite.
Declaration
public readonly string Caching
Field Value
| Type | Description |
|---|---|
| System.String |
CreateOption
The create option which should be used for this Data Disk. Possible values are Empty and FromImage. Defaults to Empty. (FromImage should only be used if the source image includes data disks).
Declaration
public readonly string CreateOption
Field Value
| Type | Description |
|---|---|
| System.String |
DiskEncryptionSetId
The ID of the Disk Encryption Set which should be used to encrypt this Data Disk.
Declaration
public readonly string DiskEncryptionSetId
Field Value
| Type | Description |
|---|---|
| System.String |
DiskSizeGb
The size of the Data Disk which should be created.
Declaration
public readonly int DiskSizeGb
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Lun
The Logical Unit Number of the Data Disk, which must be unique within the Virtual Machine.
Declaration
public readonly int Lun
Field Value
| Type | Description |
|---|---|
| System.Int32 |
StorageAccountType
The Type of Storage Account which should back this Data Disk. Possible values include Standard_LRS, StandardSSD_LRS, Premium_LRS and UltraSSD_LRS.
Declaration
public readonly string StorageAccountType
Field Value
| Type | Description |
|---|---|
| System.String |
WriteAcceleratorEnabled
Should Write Accelerator be enabled for this Data Disk? Defaults to false.
Declaration
public readonly bool? WriteAcceleratorEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |