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

WhatIfOperationResult interface

What-If作的结果。 包含预测的更改列表和 URL 链接,用于获取下一组结果。

属性

changes

What-If作预测的资源更改列表。

diagnostics

What-If作检测到的资源诊断列表。 注意:此属性不会序列化。 它只能由服务器填充。

error

What-If作失败时出错。

potentialChanges

What-If作预测的资源更改列表。

status

What-If作的状态。

属性详细信息

changes

What-If作预测的资源更改列表。

changes?: WhatIfChange[]

属性值

diagnostics

What-If作检测到的资源诊断列表。 注意:此属性不会序列化。 它只能由服务器填充。

diagnostics?: DeploymentDiagnosticsDefinition[]

属性值

error

What-If作失败时出错。

error?: ErrorResponse

属性值

potentialChanges

What-If作预测的资源更改列表。

potentialChanges?: WhatIfChange[]

属性值

status

What-If作的状态。

status?: string

属性值

string