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

ControllerPowerStateChangeRequest interface

控制器电源状态更改请求。

扩展

属性

action

请求需要设备控制器的电源状态。

activeController

请求在设备上预期的活动控制器。

controller0State

控制器 0 的状态,请求在设备上预期。

controller1State

控制器 1 在设备上预期请求的状态。

继承属性

id

唯一标识对象的路径 ID。 注意:此属性不会序列化。 它只能由服务器填充。

kind

对象的 Kind。 目前仅支持 Series8000

name

对象的名称。 注意:此属性不会序列化。 它只能由服务器填充。

type

对象的分层类型。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

action

请求需要设备控制器的电源状态。

action: ControllerPowerStateAction

属性值

activeController

请求在设备上预期的活动控制器。

activeController: ControllerId

属性值

controller0State

控制器 0 的状态,请求在设备上预期。

controller0State: ControllerStatus

属性值

controller1State

控制器 1 在设备上预期请求的状态。

controller1State: ControllerStatus

属性值

继承属性详细信息

id

唯一标识对象的路径 ID。 注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自 BaseModel.id

kind

对象的 Kind。 目前仅支持 Series8000

kind?: "Series8000"

属性值

"Series8000"

继承自 baseModel.kind

name

对象的名称。 注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

继承自 BaseModel.name

type

对象的分层类型。 注意:此属性不会序列化。 它只能由服务器填充。

type?: string

属性值

string

继承自 baseModel.type