Partager via


IVirtualMachine.VMType Property

Definition

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

Applies to