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 SourceBlobUri
the URI in Azure storage of the blob used to create the image.
Declaration
public readonly string BlobUri
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Lun
the logical unit number of the data disk.
Declaration
public readonly int Lun
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ManagedDiskId
the ID of the Managed Disk used as the Data Disk Image.
Declaration
public readonly string ManagedDiskId
Field Value
| Type | Description |
|---|---|
| System.String |
SizeGb
the size of this Data Disk in GB.
Declaration
public readonly int SizeGb
Field Value
| Type | Description |
|---|---|
| System.Int32 |