次の方法で共有


IVirtualMachine.PowerState プロパティ

定義

仮想マシンの電源状態を取得します。

public Microsoft.Azure.Management.Compute.Fluent.PowerState PowerState { get; }
member this.PowerState : Microsoft.Azure.Management.Compute.Fluent.PowerState
Public ReadOnly Property PowerState As PowerState

プロパティ値

注釈

仮想マシン インスタンスの電源状態。決定できない場合は null。 RefreshInstanceView() は電源状態を更新します。

適用対象