Class ScaleSetStorageProfileDataDisk
Inheritance
System.Object
ScaleSetStorageProfileDataDisk
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 ScaleSetStorageProfileDataDisk
Fields
View SourceCaching
Specifies the caching requirements. Possible values include: None (default), ReadOnly, ReadWrite.
Declaration
public readonly string Caching
Field Value
| Type | Description |
|---|---|
| System.String |
CreateOption
Specifies how the data disk should be created. The only possible options are FromImage and Empty.
Declaration
public readonly string CreateOption
Field Value
| Type | Description |
|---|---|
| System.String |
DiskSizeGb
Specifies the size of the disk in GB. This element is required when creating an empty disk.
Declaration
public readonly int? DiskSizeGb
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Lun
Specifies the Logical Unit Number of the disk in each virtual machine in the scale set.
Declaration
public readonly int Lun
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ManagedDiskType
Specifies the type of managed disk to create. Value must be either Standard_LRS, StandardSSD_LRS or Premium_LRS.
Declaration
public readonly string ManagedDiskType
Field Value
| Type | Description |
|---|---|
| System.String |