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

156 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.WhatIfChange"
fullName: "com.microsoft.azure.management.resources.WhatIfChange"
name: "WhatIfChange"
nameWithType: "WhatIfChange"
summary: "Information about a single resource change predicted by What-If operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **WhatIfChange**"
constructors:
- uid: "com.microsoft.azure.management.resources.WhatIfChange.WhatIfChange()"
fullName: "com.microsoft.azure.management.resources.WhatIfChange.WhatIfChange()"
name: "WhatIfChange()"
nameWithType: "WhatIfChange.WhatIfChange()"
syntax: "public WhatIfChange()"
methods:
- uid: "com.microsoft.azure.management.resources.WhatIfChange.after()"
fullName: "com.microsoft.azure.management.resources.WhatIfChange.after()"
name: "after()"
nameWithType: "WhatIfChange.after()"
summary: "Get the predicted snapshot of the resource after the deployment is executed."
syntax: "public Object after()"
desc: "Get the predicted snapshot of the resource after the deployment is executed."
returns:
description: "the after value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.WhatIfChange.before()"
fullName: "com.microsoft.azure.management.resources.WhatIfChange.before()"
name: "before()"
nameWithType: "WhatIfChange.before()"
summary: "Get the snapshot of the resource before the deployment is executed."
syntax: "public Object before()"
desc: "Get the snapshot of the resource before the deployment is executed."
returns:
description: "the before value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.WhatIfChange.changeType()"
fullName: "com.microsoft.azure.management.resources.WhatIfChange.changeType()"
name: "changeType()"
nameWithType: "WhatIfChange.changeType()"
summary: "Get type of change that will be made to the resource when the deployment is executed."
syntax: "public ChangeType changeType()"
desc: "Get type of change that will be made to the resource when the deployment is executed. Possible values include: 'Create', 'Delete', 'Ignore', 'Deploy', 'NoChange', 'Modify'."
returns:
description: "the changeType value"
type: "<xref href=\"com.microsoft.azure.management.resources.ChangeType?alt=com.microsoft.azure.management.resources.ChangeType&text=ChangeType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.WhatIfChange.delta()"
fullName: "com.microsoft.azure.management.resources.WhatIfChange.delta()"
name: "delta()"
nameWithType: "WhatIfChange.delta()"
summary: "Get the predicted changes to resource properties."
syntax: "public List<WhatIfPropertyChange> delta()"
desc: "Get the predicted changes to resource properties."
returns:
description: "the delta value"
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.WhatIfPropertyChange?alt=com.microsoft.azure.management.resources.WhatIfPropertyChange&text=WhatIfPropertyChange\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.WhatIfChange.resourceId()"
fullName: "com.microsoft.azure.management.resources.WhatIfChange.resourceId()"
name: "resourceId()"
nameWithType: "WhatIfChange.resourceId()"
summary: "Get resource ID."
syntax: "public String resourceId()"
desc: "Get resource ID."
returns:
description: "the resourceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.WhatIfChange.withAfter(java.lang.Object)"
fullName: "com.microsoft.azure.management.resources.WhatIfChange.withAfter(Object after)"
name: "withAfter(Object after)"
nameWithType: "WhatIfChange.withAfter(Object after)"
summary: "Set the predicted snapshot of the resource after the deployment is executed."
parameters:
- description: "the after value to set"
name: "after"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WhatIfChange withAfter(Object after)"
desc: "Set the predicted snapshot of the resource after the deployment is executed."
returns:
description: "the WhatIfChange object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.WhatIfChange?alt=com.microsoft.azure.management.resources.WhatIfChange&text=WhatIfChange\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.WhatIfChange.withBefore(java.lang.Object)"
fullName: "com.microsoft.azure.management.resources.WhatIfChange.withBefore(Object before)"
name: "withBefore(Object before)"
nameWithType: "WhatIfChange.withBefore(Object before)"
summary: "Set the snapshot of the resource before the deployment is executed."
parameters:
- description: "the before value to set"
name: "before"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WhatIfChange withBefore(Object before)"
desc: "Set the snapshot of the resource before the deployment is executed."
returns:
description: "the WhatIfChange object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.WhatIfChange?alt=com.microsoft.azure.management.resources.WhatIfChange&text=WhatIfChange\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.WhatIfChange.withChangeType(com.microsoft.azure.management.resources.ChangeType)"
fullName: "com.microsoft.azure.management.resources.WhatIfChange.withChangeType(ChangeType changeType)"
name: "withChangeType(ChangeType changeType)"
nameWithType: "WhatIfChange.withChangeType(ChangeType changeType)"
summary: "Set type of change that will be made to the resource when the deployment is executed."
parameters:
- description: "the changeType value to set"
name: "changeType"
type: "<xref href=\"com.microsoft.azure.management.resources.ChangeType?alt=com.microsoft.azure.management.resources.ChangeType&text=ChangeType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WhatIfChange withChangeType(ChangeType changeType)"
desc: "Set type of change that will be made to the resource when the deployment is executed. Possible values include: 'Create', 'Delete', 'Ignore', 'Deploy', 'NoChange', 'Modify'."
returns:
description: "the WhatIfChange object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.WhatIfChange?alt=com.microsoft.azure.management.resources.WhatIfChange&text=WhatIfChange\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.WhatIfChange.withDelta(java.util.List<com.microsoft.azure.management.resources.WhatIfPropertyChange>)"
fullName: "com.microsoft.azure.management.resources.WhatIfChange.withDelta(List<WhatIfPropertyChange> delta)"
name: "withDelta(List<WhatIfPropertyChange> delta)"
nameWithType: "WhatIfChange.withDelta(List<WhatIfPropertyChange> delta)"
summary: "Set the predicted changes to resource properties."
parameters:
- description: "the delta value to set"
name: "delta"
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.WhatIfPropertyChange?alt=com.microsoft.azure.management.resources.WhatIfPropertyChange&text=WhatIfPropertyChange\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public WhatIfChange withDelta(List<WhatIfPropertyChange> delta)"
desc: "Set the predicted changes to resource properties."
returns:
description: "the WhatIfChange object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.WhatIfChange?alt=com.microsoft.azure.management.resources.WhatIfChange&text=WhatIfChange\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.WhatIfChange.withResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.WhatIfChange.withResourceId(String resourceId)"
name: "withResourceId(String resourceId)"
nameWithType: "WhatIfChange.withResourceId(String resourceId)"
summary: "Set resource ID."
parameters:
- description: "the resourceId value to set"
name: "resourceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WhatIfChange withResourceId(String resourceId)"
desc: "Set resource ID."
returns:
description: "the WhatIfChange object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.WhatIfChange?alt=com.microsoft.azure.management.resources.WhatIfChange&text=WhatIfChange\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information about a single resource change predicted by What-If operation."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4