ManagedDiskOutput interface
The managed disk parameters.
Properties
| disk |
Specifies the customer managed disk encryption set resource id for the managed disk. It can be set only in UserSubscription mode. |
| security |
Specifies the security profile settings for the managed disk. |
| storage |
The storage account type for managed disk. Possible values: "standard_lrs", "premium_lrs", "standardssd_lrs" |
Property Details
diskEncryptionSet
Specifies the customer managed disk encryption set resource id for the managed disk. It can be set only in UserSubscription mode.
diskEncryptionSet?: DiskEncryptionSetParametersOutput
Property Value
securityProfile
Specifies the security profile settings for the managed disk.
securityProfile?: BatchVmDiskSecurityProfileOutput
Property Value
storageAccountType
The storage account type for managed disk.
Possible values: "standard_lrs", "premium_lrs", "standardssd_lrs"
storageAccountType?: string
Property Value
string