Condividi tramite


VirtualMachine.VmType Property

Definition

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

Applies to