Class DiffDiskSettings
Describes the parameters of ephemeral disk settings that can be specified for operating system disk. <br><br> NOTE: The ephemeral disk settings can only be specified for managed disk.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class DiffDiskSettings
Constructors
DiffDiskSettings()
Initializes a new instance of the DiffDiskSettings class.
Declaration
public DiffDiskSettings ();
DiffDiskSettings(String)
Initializes a new instance of the DiffDiskSettings class.
Declaration
public DiffDiskSettings (string option = null);
Parameters
|
String
option
Specifies the ephemeral disk settings for operating system disk. Possible values include: 'Local' |
Properties
Option
Gets or sets specifies the ephemeral disk settings for operating system disk. Possible values include: 'Local'
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="option")]
public string Option { get; set; }
Property Value
|
String
|