-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.resource.resources.v2021_04_01.models.WhatIfPropertyChange.yml
64 lines (60 loc) · 2.27 KB
/
azure.mgmt.resource.resources.v2021_04_01.models.WhatIfPropertyChange.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
### YamlMime:PythonClass
uid: azure.mgmt.resource.resources.v2021_04_01.models.WhatIfPropertyChange
name: WhatIfPropertyChange
fullName: azure.mgmt.resource.resources.v2021_04_01.models.WhatIfPropertyChange
module: azure.mgmt.resource.resources.v2021_04_01.models
inheritances:
- azure.mgmt.resource.resources._serialization.Model
summary: 'The predicted change to the resource property.
All required parameters must be populated in order to send to server.'
constructor:
syntax: 'WhatIfPropertyChange(*, path: str, property_change_type: str | _models.PropertyChangeType,
before: MutableMapping[str, Any] | None = None, after: MutableMapping[str, Any]
| None = None, children: List[_models.WhatIfPropertyChange] | None = None, **kwargs:
Any)'
keywordOnlyParameters:
- name: path
description: The path of the property. Required.
types:
- <xref:str>
- name: property_change_type
description: 'The type of property change. Required. Known values are:
"Create", "Delete", "Modify", "Array", and "NoEffect".'
types:
- <xref:str>
- <xref:azure.mgmt.resource.resources.v2021_04_01.models.PropertyChangeType>
- name: before
description: The value of the property before the deployment is executed.
types:
- <xref:JSON>
- name: after
description: The value of the property after the deployment is executed.
types:
- <xref:JSON>
- name: children
description: Nested property changes.
types:
- <xref:list>[<xref:azure.mgmt.resource.resources.v2021_04_01.models.WhatIfPropertyChange>]
variables:
- description: The path of the property. Required.
name: path
types:
- <xref:str>
- description: 'The type of property change. Required. Known values are: "Create",
"Delete", "Modify", "Array", and "NoEffect".'
name: property_change_type
types:
- <xref:str>
- <xref:azure.mgmt.resource.resources.v2021_04_01.models.PropertyChangeType>
- description: The value of the property before the deployment is executed.
name: before
types:
- <xref:JSON>
- description: The value of the property after the deployment is executed.
name: after
types:
- <xref:JSON>
- description: Nested property changes.
name: children
types:
- <xref:list>[<xref:azure.mgmt.resource.resources.v2021_04_01.models.WhatIfPropertyChange>]