Show / Hide Table of Contents

Class GetImageDataDiskResult

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

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

Lun

the logical unit number of the data disk.

Declaration
public readonly int Lun
Field Value
Type Description
System.Int32
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

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.