WhatIfOperationResult Interface
public interface WhatIfOperationResult
An immutable client-side representation of WhatIfOperationResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
List<What |
changes()
Gets the changes property: List of resource changes predicted by What-If operation. |
|
abstract
List<Deployment |
diagnostics()
Gets the diagnostics property: List of resource diagnostics detected by What-If operation. |
|
abstract
Management |
error()
Gets the error property: Error when What-If operation fails. |
|
abstract
What |
innerModel()
Gets the inner com. |
|
abstract
List<What |
potentialChanges()
Gets the potential |
| abstract String |
status()
Gets the status property: Status of the What-If operation. |
Method Details
changes
public abstract List<WhatIfChange> changes()
Gets the changes property: List of resource changes predicted by What-If operation.
Returns:
diagnostics
public abstract List<DeploymentDiagnosticsDefinition> diagnostics()
Gets the diagnostics property: List of resource diagnostics detected by What-If operation.
Returns:
error
public abstract ManagementError error()
Gets the error property: Error when What-If operation fails.
Returns:
innerModel
public abstract WhatIfOperationResultInner innerModel()
Gets the inner com.azure.resourcemanager.resources.deployments.fluent.models.WhatIfOperationResultInner object.
Returns:
potentialChanges
public abstract List<WhatIfChange> potentialChanges()
Gets the potentialChanges property: List of resource changes predicted by What-If operation.
Returns:
status
public abstract String status()
Gets the status property: Status of the What-If operation.
Returns: