Show / Hide Table of Contents

Class ScaleSetStorageProfileOsDisk

Inheritance
System.Object
ScaleSetStorageProfileOsDisk
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 ScaleSetStorageProfileOsDisk

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 virtual machine should be created. The only possible option is FromImage.

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

Image

Specifies the blob uri for user image. A virtual machine scale set creates an os disk in the same container as the user image. Updating the osDisk image causes the existing disk to be deleted and a new one created with the new image. If the VM scale set is in Manual upgrade mode then the virtual machines are not updated until they have manualUpgrade applied to them. When setting this field os_type needs to be specified. Cannot be used when vhd_containers, managed_disk_type or storage_profile_image_reference are specified.

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

ManagedDiskType

Specifies the type of managed disk to create. Value you must be either Standard_LRS, StandardSSD_LRS or Premium_LRS. Cannot be used when vhd_containers or image is specified.

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

Name

Specifies the disk name. Must be specified when using unmanaged disk ('managed_disk_type' property not set).

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

OsType

Specifies the operating system Type, valid values are windows, linux.

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

VhdContainers

Specifies the vhd uri. Cannot be used when image or managed_disk_type is specified.

Declaration
public readonly ImmutableArray<string> VhdContainers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.