IVirtualMachine.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.
The type of this VM resource
[Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="The type of this VM resource", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.VirtualMachineType) }, ReadOnly=true, Required=false, SerializedName="vmType")]
public Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.VirtualMachineType? VMType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="The type of this VM resource", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.VirtualMachineType) }, ReadOnly=true, Required=false, SerializedName="vmType")>]
member this.VMType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.VirtualMachineType>
Public ReadOnly Property VMType As Nullable(Of VirtualMachineType)
Property Value
- Attributes