次の方法で共有


VirtualMachine.VmType プロパティ

定義

この VM リソースの種類を取得します。 使用可能な値は次のとおりです: '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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象