VirtualMachine.VmType Property
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.
Gets the type of this VM resource. Possible values include: 'User', 'Template'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.vmType")]
public Microsoft.Azure.Management.LabServices.Models.VirtualMachineType? VmType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.vmType")>]
member this.VmType : Nullable<Microsoft.Azure.Management.LabServices.Models.VirtualMachineType>
Public ReadOnly Property VmType As Nullable(Of VirtualMachineType)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute