ComputeScheduleManagedDiskConfig 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 ComputeScheduleManagedDiskConfig : Azure.ResourceManager.ComputeSchedule.Models.SubResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.ComputeScheduleManagedDiskConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.ComputeScheduleManagedDiskConfig>
type ComputeScheduleManagedDiskConfig = class
inherit SubResource
interface IJsonModel<ComputeScheduleManagedDiskConfig>
interface IPersistableModel<ComputeScheduleManagedDiskConfig>
Public Class ComputeScheduleManagedDiskConfig
Inherits SubResource
Implements IJsonModel(Of ComputeScheduleManagedDiskConfig), IPersistableModel(Of ComputeScheduleManagedDiskConfig)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ComputeScheduleManagedDiskConfig() |
Initializes a new instance of ComputeScheduleManagedDiskConfig. |
Properties
| Name | Description |
|---|---|
| DiskEncryptionSetId |
The ID of the sub-resource. |
| Id |
The ID of the sub-resource. (Inherited from SubResource) |
| SecurityProfile |
Specifies the security profile for the managed disk. |
| StorageAccountType |
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. |