ManagedDiskParametersInner Class

Definition

The parameters of a managed disk.

public class ManagedDiskParametersInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
type ManagedDiskParametersInner = class
    inherit SubResource
Public Class ManagedDiskParametersInner
Inherits SubResource
Inheritance
ManagedDiskParametersInner

Constructors

ManagedDiskParametersInner()

Initializes a new instance of the ManagedDiskParametersInner class.

ManagedDiskParametersInner(String, StorageAccountTypes, SubResource)

Initializes a new instance of the ManagedDiskParametersInner class.

Properties

DiskEncryptionSet

Gets or sets specifies the customer managed disk encryption set resource id for the managed disk.

Id

Resource Id

(Inherited from SubResource)
StorageAccountType

Gets or sets specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS'

Applies to