156 строки
11 KiB
YAML
156 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.WhatIfPropertyChange"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange"
|
|
name: "WhatIfPropertyChange"
|
|
nameWithType: "WhatIfPropertyChange"
|
|
summary: "The predicted change to the resource property."
|
|
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 **WhatIfPropertyChange**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.resources.WhatIfPropertyChange.WhatIfPropertyChange()"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange.WhatIfPropertyChange()"
|
|
name: "WhatIfPropertyChange()"
|
|
nameWithType: "WhatIfPropertyChange.WhatIfPropertyChange()"
|
|
syntax: "public WhatIfPropertyChange()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.WhatIfPropertyChange.after()"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange.after()"
|
|
name: "after()"
|
|
nameWithType: "WhatIfPropertyChange.after()"
|
|
summary: "Get the value of the property after the deployment is executed."
|
|
syntax: "public Object after()"
|
|
desc: "Get the value of the property 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.WhatIfPropertyChange.before()"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange.before()"
|
|
name: "before()"
|
|
nameWithType: "WhatIfPropertyChange.before()"
|
|
summary: "Get the value of the property before the deployment is executed."
|
|
syntax: "public Object before()"
|
|
desc: "Get the value of the property 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.WhatIfPropertyChange.children()"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange.children()"
|
|
name: "children()"
|
|
nameWithType: "WhatIfPropertyChange.children()"
|
|
summary: "Get nested property changes."
|
|
syntax: "public List<WhatIfPropertyChange> children()"
|
|
desc: "Get nested property changes."
|
|
returns:
|
|
description: "the children value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.WhatIfPropertyChange?alt=com.microsoft.azure.management.resources.WhatIfPropertyChange&text=WhatIfPropertyChange\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.resources.WhatIfPropertyChange.path()"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange.path()"
|
|
name: "path()"
|
|
nameWithType: "WhatIfPropertyChange.path()"
|
|
summary: "Get the path of the property."
|
|
syntax: "public String path()"
|
|
desc: "Get the path of the property."
|
|
returns:
|
|
description: "the path 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.WhatIfPropertyChange.propertyChangeType()"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange.propertyChangeType()"
|
|
name: "propertyChangeType()"
|
|
nameWithType: "WhatIfPropertyChange.propertyChangeType()"
|
|
summary: "Get the type of property change."
|
|
syntax: "public PropertyChangeType propertyChangeType()"
|
|
desc: "Get the type of property change. Possible values include: 'Create', 'Delete', 'Modify', 'Array'."
|
|
returns:
|
|
description: "the propertyChangeType value"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.PropertyChangeType?alt=com.microsoft.azure.management.resources.PropertyChangeType&text=PropertyChangeType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.WhatIfPropertyChange.withAfter(java.lang.Object)"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange.withAfter(Object after)"
|
|
name: "withAfter(Object after)"
|
|
nameWithType: "WhatIfPropertyChange.withAfter(Object after)"
|
|
summary: "Set the value of the property 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 WhatIfPropertyChange withAfter(Object after)"
|
|
desc: "Set the value of the property after the deployment is executed."
|
|
returns:
|
|
description: "the WhatIfPropertyChange object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.WhatIfPropertyChange?alt=com.microsoft.azure.management.resources.WhatIfPropertyChange&text=WhatIfPropertyChange\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.WhatIfPropertyChange.withBefore(java.lang.Object)"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange.withBefore(Object before)"
|
|
name: "withBefore(Object before)"
|
|
nameWithType: "WhatIfPropertyChange.withBefore(Object before)"
|
|
summary: "Set the value of the property 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 WhatIfPropertyChange withBefore(Object before)"
|
|
desc: "Set the value of the property before the deployment is executed."
|
|
returns:
|
|
description: "the WhatIfPropertyChange object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.WhatIfPropertyChange?alt=com.microsoft.azure.management.resources.WhatIfPropertyChange&text=WhatIfPropertyChange\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.WhatIfPropertyChange.withChildren(java.util.List<com.microsoft.azure.management.resources.WhatIfPropertyChange>)"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange.withChildren(List<WhatIfPropertyChange> children)"
|
|
name: "withChildren(List<WhatIfPropertyChange> children)"
|
|
nameWithType: "WhatIfPropertyChange.withChildren(List<WhatIfPropertyChange> children)"
|
|
summary: "Set nested property changes."
|
|
parameters:
|
|
- description: "the children value to set"
|
|
name: "children"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.WhatIfPropertyChange?alt=com.microsoft.azure.management.resources.WhatIfPropertyChange&text=WhatIfPropertyChange\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public WhatIfPropertyChange withChildren(List<WhatIfPropertyChange> children)"
|
|
desc: "Set nested property changes."
|
|
returns:
|
|
description: "the WhatIfPropertyChange object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.WhatIfPropertyChange?alt=com.microsoft.azure.management.resources.WhatIfPropertyChange&text=WhatIfPropertyChange\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.WhatIfPropertyChange.withPath(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange.withPath(String path)"
|
|
name: "withPath(String path)"
|
|
nameWithType: "WhatIfPropertyChange.withPath(String path)"
|
|
summary: "Set the path of the property."
|
|
parameters:
|
|
- description: "the path value to set"
|
|
name: "path"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public WhatIfPropertyChange withPath(String path)"
|
|
desc: "Set the path of the property."
|
|
returns:
|
|
description: "the WhatIfPropertyChange object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.WhatIfPropertyChange?alt=com.microsoft.azure.management.resources.WhatIfPropertyChange&text=WhatIfPropertyChange\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.WhatIfPropertyChange.withPropertyChangeType(com.microsoft.azure.management.resources.PropertyChangeType)"
|
|
fullName: "com.microsoft.azure.management.resources.WhatIfPropertyChange.withPropertyChangeType(PropertyChangeType propertyChangeType)"
|
|
name: "withPropertyChangeType(PropertyChangeType propertyChangeType)"
|
|
nameWithType: "WhatIfPropertyChange.withPropertyChangeType(PropertyChangeType propertyChangeType)"
|
|
summary: "Set the type of property change."
|
|
parameters:
|
|
- description: "the propertyChangeType value to set"
|
|
name: "propertyChangeType"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.PropertyChangeType?alt=com.microsoft.azure.management.resources.PropertyChangeType&text=PropertyChangeType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public WhatIfPropertyChange withPropertyChangeType(PropertyChangeType propertyChangeType)"
|
|
desc: "Set the type of property change. Possible values include: 'Create', 'Delete', 'Modify', 'Array'."
|
|
returns:
|
|
description: "the WhatIfPropertyChange object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.WhatIfPropertyChange?alt=com.microsoft.azure.management.resources.WhatIfPropertyChange&text=WhatIfPropertyChange\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The predicted change to the resource property."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|