Show / Hide Table of Contents

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 Source

CreateOption

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

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
View Source

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
View Source

DiskMbpsReadWrite

The bandwidth allowed for this disk.

Declaration
public readonly int DiskMbpsReadWrite
Field Value
Type Description
System.Int32
View Source

DiskSizeGb

The size of the Managed Disk in gigabytes.

Declaration
public readonly int DiskSizeGb
Field Value
Type Description
System.Int32
View Source

Id

The provider-assigned unique ID for this managed resource.

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

Name

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

OsType

The operating system used for this Managed Disk.

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

ResourceGroupName

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

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
View Source

SourceUri

The Source URI for this Managed Disk.

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

StorageAccountId

The ID of the Storage Account where the source_uri is located.

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

StorageAccountType

The storage account type for the Managed Disk.

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

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.