你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AgentUpgrade interface
信息 w.r.t 代理升级。
属性
correlation |
每个升级从 RSM 传入的相关 ID。 |
desired |
指定计算机的版本信息 w.r.t AgentUpgrade。 |
enable |
指定 RSM 是否应尝试升级此计算机 |
last |
指定最后一次尝试注意的版本:此属性不会序列化。 它只能由服务器填充。 |
last |
上次升级尝试失败的消息(如果有)。 注意:此属性不会序列化。 它只能由服务器填充。 |
last |
指定代理升级的状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
last |
上次升级尝试的时间戳注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
correlationId
每个升级从 RSM 传入的相关 ID。
correlationId?: string
属性值
string
desiredVersion
指定计算机的版本信息 w.r.t AgentUpgrade。
desiredVersion?: string
属性值
string
enableAutomaticUpgrade
指定 RSM 是否应尝试升级此计算机
enableAutomaticUpgrade?: boolean
属性值
boolean
lastAttemptDesiredVersion
指定最后一次尝试注意的版本:此属性不会序列化。 它只能由服务器填充。
lastAttemptDesiredVersion?: string
属性值
string
lastAttemptMessage
上次升级尝试失败的消息(如果有)。 注意:此属性不会序列化。 它只能由服务器填充。
lastAttemptMessage?: string
属性值
string
lastAttemptStatus
指定代理升级的状态。 注意:此属性不会序列化。 它只能由服务器填充。
lastAttemptStatus?: string
属性值
string
lastAttemptTimestamp
上次升级尝试的时间戳注意:此属性不会序列化。 它只能由服务器填充。
lastAttemptTimestamp?: Date
属性值
Date