ManagedDiskParameters Class

Definition

The parameters of a managed disk.

public class ManagedDiskParameters : Microsoft.Azure.Management.Compute.Models.SubResource
type ManagedDiskParameters = class
    inherit SubResource
Public Class ManagedDiskParameters
Inherits SubResource
Inheritance
ManagedDiskParameters

Constructors

ManagedDiskParameters()

Initializes a new instance of the ManagedDiskParameters class.

ManagedDiskParameters(String, String, DiskEncryptionSetParameters, VMDiskSecurityProfile)

Initializes a new instance of the ManagedDiskParameters class.

Properties

DiskEncryptionSet

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

Id

Gets or sets resource Id

(Inherited from SubResource)
SecurityProfile

Gets or sets specifies the security profile for the managed disk.

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', 'Premium_ZRS', 'StandardSSD_ZRS', 'PremiumV2_LRS'

Applies to