ManagedDiskParametersInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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' |