Show / Hide Table of Contents

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 Source

Caching

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
View Source

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
View Source

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
View Source

DiskSizeGb

The size of the Data Disk which should be created.

Declaration
public readonly int DiskSizeGb
Field Value
Type Description
System.Int32
View Source

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
View Source

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
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.