WhatIfOperationResult Class
Result of the What-If operation. Contains a list of predicted changes and a URL link to get to the next set of results.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelWhatIfOperationResult
Constructor
WhatIfOperationResult(*, status: str | None = None, error: _models.ErrorResponse | None = None, changes: List[_models.WhatIfChange] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
Status of the What-If operation. |
error
|
Error when What-If operation fails. |
changes
|
List of resource changes predicted by What-If operation. |
Variables
Name | Description |
---|---|
status
|
Status of the What-If operation. |
error
|
Error when What-If operation fails. |
changes
|
List of resource changes predicted by What-If operation. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python