共用方式為


WhatIfOperationResult 類別

What-If作業的結果。 包含可取得下一組結果的預測變更和 URL 連結清單。

繼承
azure.mgmt.resource.resources._serialization.Model
WhatIfOperationResult

建構函式

WhatIfOperationResult(*, status: str | None = None, error: _models.ErrorResponse | None = None, changes: List[_models.WhatIfChange] | None = None, **kwargs: Any)

僅限關鍵字參數

名稱 Description
status
str

What-If作業的狀態。

error

What-If作業失敗時發生錯誤。

changes

What-If作業所預測的資源變更清單。

變數

名稱 Description
status
str

What-If作業的狀態。

error

What-If作業失敗時發生錯誤。

changes

What-If作業所預測的資源變更清單。