Class ScaleSetStorageProfileDataDiskArgs
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 ScaleSetStorageProfileDataDiskArgs : ResourceArgs
Constructors
View SourceScaleSetStorageProfileDataDiskArgs()
Declaration
public ScaleSetStorageProfileDataDiskArgs()
Properties
View SourceCaching
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> |
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> |
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> |
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> |
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> |