WhatIfOperationResult Interface
Implements
HasInner<com.microsoft.azure.management.resources.implementation.WhatIfOperationResultInner>
public interface WhatIfOperationResult
extends HasInner<com.microsoft.azure.management.resources.implementation.WhatIfOperationResultInner>
An immutable client-side representation of an Azure deployment What-if operation result.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
java.util.List<What |
changes() |
abstract
Error |
error() |
abstract java.lang.String | status() |
Method Details
changes
public abstract List
Returns:
list of resource changes predicted by What-If operation.
error
public abstract ErrorResponse error()
Returns:
error when What-If operation fails.
status
public abstract String status()
Returns:
status of the What-If operation.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java