Class LinuxVirtualMachineScaleSetDataDiskGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineScaleSetDataDiskGetArgs : ResourceArgs
Constructors
View SourceLinuxVirtualMachineScaleSetDataDiskGetArgs()
Declaration
public LinuxVirtualMachineScaleSetDataDiskGetArgs()
Properties
View SourceCaching
The type of Caching which should be used for this Data Disk. Possible values are None, ReadOnly and ReadWrite.
Declaration
public Input<string> Caching { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> CreateOption { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DiskEncryptionSetId
The ID of the Disk Encryption Set which should be used to encrypt this Data Disk.
Declaration
public Input<string> DiskEncryptionSetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DiskSizeGb
The size of the Data Disk which should be created.
Declaration
public Input<int> DiskSizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Lun
The Logical Unit Number of the Data Disk, which must be unique within the Virtual Machine.
Declaration
public Input<int> Lun { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> StorageAccountType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WriteAcceleratorEnabled
Should Write Accelerator be enabled for this Data Disk? Defaults to false.
Declaration
public Input<bool> WriteAcceleratorEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |