DiffDiskSettings Constructors
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.
Overloads
DiffDiskSettings() |
Initializes a new instance of the DiffDiskSettings class. |
DiffDiskSettings(String, String) |
Initializes a new instance of the DiffDiskSettings class. |
DiffDiskSettings()
Initializes a new instance of the DiffDiskSettings class.
public DiffDiskSettings ();
Public Sub New ()
Applies to
DiffDiskSettings(String, String)
Initializes a new instance of the DiffDiskSettings class.
public DiffDiskSettings (string option = default, string placement = default);
new Microsoft.Azure.Management.Compute.Models.DiffDiskSettings : string * string -> Microsoft.Azure.Management.Compute.Models.DiffDiskSettings
Public Sub New (Optional option As String = Nothing, Optional placement As String = Nothing)
Parameters
- option
- String
Specifies the ephemeral disk settings for operating system disk. Possible values include: 'Local'
- placement
- String
Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Possible values include: 'CacheDisk', 'ResourceDisk'