azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

46 строки
3.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.WhatIfOperationResult"
fullName: "com.microsoft.azure.management.resources.WhatIfOperationResult"
name: "WhatIfOperationResult"
nameWithType: "WhatIfOperationResult"
summary: "An immutable client-side representation of an Azure deployment What-if operation result."
syntax: "public interface **WhatIfOperationResult**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.implementation.WhatIfOperationResultInner?alt=com.microsoft.azure.management.resources.implementation.WhatIfOperationResultInner&text=WhatIfOperationResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.resources.WhatIfOperationResult.changes()"
fullName: "com.microsoft.azure.management.resources.WhatIfOperationResult.changes()"
name: "changes()"
nameWithType: "WhatIfOperationResult.changes()"
modifiers:
- "abstract"
syntax: "public abstract List<WhatIfChange> changes()"
returns:
description: "list of resource changes predicted by What-If operation."
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.WhatIfChange?alt=com.microsoft.azure.management.resources.WhatIfChange&text=WhatIfChange\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.WhatIfOperationResult.error()"
fullName: "com.microsoft.azure.management.resources.WhatIfOperationResult.error()"
name: "error()"
nameWithType: "WhatIfOperationResult.error()"
modifiers:
- "abstract"
syntax: "public abstract ErrorResponse error()"
returns:
description: "error when What-If operation fails."
type: "<xref href=\"com.microsoft.azure.management.resources.ErrorResponse?alt=com.microsoft.azure.management.resources.ErrorResponse&text=ErrorResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.WhatIfOperationResult.status()"
fullName: "com.microsoft.azure.management.resources.WhatIfOperationResult.status()"
name: "status()"
nameWithType: "WhatIfOperationResult.status()"
modifiers:
- "abstract"
syntax: "public abstract String status()"
returns:
description: "status of the What-If operation."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure deployment What-if operation result."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.implementation.WhatIfOperationResultInner?alt=com.microsoft.azure.management.resources.implementation.WhatIfOperationResultInner&text=WhatIfOperationResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4