Show / Hide Table of Contents

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 Source

Caching

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

Declaration
public readonly string Caching
Field Value
Type Description
System.String
View Source

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

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

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

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