Show / Hide Table of Contents

Class GetImageOsDiskResult

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

Fields

View Source

BlobUri

the URI in Azure storage of the blob used to create the image.

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

Caching

the caching mode for the Data Disk, such as ReadWrite, ReadOnly, or None.

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

ManagedDiskId

the ID of the Managed Disk used as the Data Disk Image.

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

OsState

the State of the OS used in the Image, such as Generalized.

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

OsType

the type of Operating System used on the OS Disk. such as Linux or Windows.

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

SizeGb

the size of this Data Disk in GB.

Declaration
public readonly int SizeGb
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.