你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PowerState 类

定义

定义 PowerState 的值

public class PowerState : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Compute.Fluent.PowerState>
type PowerState = class
    inherit ExpandableStringEnum<PowerState>
Public Class PowerState
Inherits ExpandableStringEnum(Of PowerState)
继承

构造函数

PowerState()

定义 PowerState 的值

字段

Deallocated

PowerState 的静态值 PowerState/deallocated。

Deallocating

PowerState 的静态值 PowerState/解除分配。

Running

PowerState 的静态值 PowerState/running。

Starting

PowerState 的静态值 PowerState/starting。

Stopped

PowerState 的静态值 PowerState/stopped。

Stopping

PowerState 的静态值 PowerState/stopping。

Unknown

PowerState 的静态值 PowerState/未知。

属性

Value

定义 PowerState 的值

(继承自 ExpandableStringEnum<T>)

方法

Equals(Object)

定义 PowerState 的值

(继承自 ExpandableStringEnum<T>)
Equals(String)

定义 PowerState 的值

(继承自 ExpandableStringEnum<T>)
FromInstanceView(VirtualMachineInstanceView)

从与电源状态对应的虚拟机实例视图状态条目创建 PowerState 的实例。

GetHashCode()

定义 PowerState 的值

(继承自 ExpandableStringEnum<T>)
ToString()

定义 PowerState 的值

(继承自 ExpandableStringEnum<T>)

适用于