Show / Hide Table of Contents

Class ScaleSetStorageProfileDataDiskGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScaleSetStorageProfileDataDiskGetArgs
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 ScaleSetStorageProfileDataDiskGetArgs : ResourceArgs

Constructors

View Source

ScaleSetStorageProfileDataDiskGetArgs()

Declaration
public ScaleSetStorageProfileDataDiskGetArgs()

Properties

View Source

Caching

Specifies the caching requirements. Possible values include: None (default), ReadOnly, ReadWrite.

Declaration
public Input<string> Caching { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CreateOption

Specifies how the data disk should be created. The only possible options are FromImage and Empty.

Declaration
public Input<string> CreateOption { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DiskSizeGb

Specifies the size of the disk in GB. This element is required when creating an empty disk.

Declaration
public Input<int> DiskSizeGb { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Lun

Specifies the Logical Unit Number of the disk in each virtual machine in the scale set.

Declaration
public Input<int> Lun { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ManagedDiskType

Specifies the type of managed disk to create. Value must be either Standard_LRS, StandardSSD_LRS or Premium_LRS.

Declaration
public Input<string> ManagedDiskType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.