次の方法で共有


VirtualMachine.State プロパティ

定義

仮想マシンの現在の状態を取得します。 使用できる値は、'Stopped'、'Starting'、'Running'、'Stopping'、'ResettingPassword'、'Remaging'、'Redeploying' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.state")]
public Microsoft.Azure.Management.LabServices.Models.VirtualMachineState? State { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.state")>]
member this.State : Nullable<Microsoft.Azure.Management.LabServices.Models.VirtualMachineState>
Public ReadOnly Property State As Nullable(Of VirtualMachineState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象