WhatIfOperationResult Interface
Implements
public interface WhatIfOperationResult
extends HasInnerModel<WhatIfOperationResultInner>
An immutable client-side representation of an Azure deployment What-if operation result.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
List<What |
changes()
Gets list of resource changes predicted by What-If operation. |
abstract
Management |
error()
Gets the error when What-If operation fails. |
abstract String |
status()
Gets the status of the What-If operation. |
Method Details
changes
public abstract List
Gets list of resource changes predicted by What-If operation.
Returns:
list of resource changes predicted by What-If operation.
error
public abstract ManagementError error()
Gets the error when What-If operation fails.
Returns:
error when What-If operation fails.
status
public abstract String status()
Gets the status of the What-If operation.
Returns:
status of the What-If operation.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java