Class GetManagedDiskResult
Inheritance
System.Object
GetManagedDiskResult
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetManagedDiskResult
Fields
View SourceCreateOption
Declaration
public readonly string CreateOption
Field Value
| Type | Description |
|---|---|
| System.String |
DiskEncryptionSetId
The ID of the Disk Encryption Set used to encrypt this Managed Disk.
Declaration
public readonly string DiskEncryptionSetId
Field Value
| Type | Description |
|---|---|
| System.String |
DiskIopsReadWrite
The number of IOPS allowed for this disk, where one operation can transfer between 4k and 256k bytes.
Declaration
public readonly int DiskIopsReadWrite
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DiskMbpsReadWrite
The bandwidth allowed for this disk.
Declaration
public readonly int DiskMbpsReadWrite
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DiskSizeGb
The size of the Managed Disk in gigabytes.
Declaration
public readonly int DiskSizeGb
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OsType
The operating system used for this Managed Disk.
Declaration
public readonly string OsType
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
SourceResourceId
The ID of an existing Managed Disk which this Disk was created from.
Declaration
public readonly string SourceResourceId
Field Value
| Type | Description |
|---|---|
| System.String |
SourceUri
The Source URI for this Managed Disk.
Declaration
public readonly string SourceUri
Field Value
| Type | Description |
|---|---|
| System.String |
StorageAccountId
The ID of the Storage Account where the source_uri is located.
Declaration
public readonly string StorageAccountId
Field Value
| Type | Description |
|---|---|
| System.String |
StorageAccountType
The storage account type for the Managed Disk.
Declaration
public readonly string StorageAccountType
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A mapping of tags assigned to the resource.
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Zones
A list of Availability Zones where the Managed Disk exists.
Declaration
public readonly ImmutableArray<string> Zones
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |