Class FormulaPropertiesFromVmFragment
Information about a VM from which a formula is to be created.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.DevTestLabs.dll
Syntax
public class FormulaPropertiesFromVmFragment
Constructors
FormulaPropertiesFromVmFragment()
Initializes a new instance of the FormulaPropertiesFromVmFragment class.
Declaration
public FormulaPropertiesFromVmFragment ();
FormulaPropertiesFromVmFragment(String)
Initializes a new instance of the FormulaPropertiesFromVmFragment class.
Declaration
public FormulaPropertiesFromVmFragment (string labVmId = null);
Parameters
|
String
labVmId
The identifier of the VM from which a formula is to be created. |
Properties
LabVmId
Gets or sets the identifier of the VM from which a formula is to be created.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="labVmId")]
public string LabVmId { get; set; }
Property Value
|
String
|