Class LinuxVirtualMachineScaleSetOsDisk
Inheritance
System.Object
LinuxVirtualMachineScaleSetOsDisk
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 LinuxVirtualMachineScaleSetOsDisk
Fields
View SourceCaching
The Type of Caching which should be used for the Internal OS Disk. Possible values are None, ReadOnly and ReadWrite.
Declaration
public readonly string Caching
Field Value
| Type | Description |
|---|---|
| System.String |
DiffDiskSettings
A diff_disk_settings block as defined above. Changing this forces a new resource to be created.
Declaration
public readonly LinuxVirtualMachineScaleSetOsDiskDiffDiskSettings DiffDiskSettings
Field Value
| Type | Description |
|---|---|
| LinuxVirtualMachineScaleSetOsDiskDiffDiskSettings |
DiskEncryptionSetId
The ID of the Disk Encryption Set which should be used to encrypt this OS Disk.
Declaration
public readonly string DiskEncryptionSetId
Field Value
| Type | Description |
|---|---|
| System.String |
DiskSizeGb
The Size of the Internal OS Disk in GB, if you wish to vary from the size used in the image this Virtual Machine Scale Set is sourced from.
Declaration
public readonly int? DiskSizeGb
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
StorageAccountType
The Type of Storage Account which should back this the Internal OS Disk. Possible values include Standard_LRS, StandardSSD_LRS and Premium_LRS.
Declaration
public readonly string StorageAccountType
Field Value
| Type | Description |
|---|---|
| System.String |
WriteAcceleratorEnabled
Should Write Accelerator be Enabled for this OS Disk? Defaults to false.
Declaration
public readonly bool? WriteAcceleratorEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |