Show / Hide Table of Contents

Class WindowsVirtualMachineScaleSetDataDiskArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WindowsVirtualMachineScaleSetDataDiskArgs
Inherited Members
ResourceArgs.Empty
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 WindowsVirtualMachineScaleSetDataDiskArgs : ResourceArgs

Constructors

View Source

WindowsVirtualMachineScaleSetDataDiskArgs()

Declaration
public WindowsVirtualMachineScaleSetDataDiskArgs()

Properties

View Source

Caching

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>
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 Input<string> CreateOption { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

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>
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 Input<string> StorageAccountType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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