-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2022_11_01.models.VirtualMachineExtensionUpdate.yml
142 lines (126 loc) · 4.95 KB
/
azure.mgmt.compute.v2022_11_01.models.VirtualMachineExtensionUpdate.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2022_11_01.models.VirtualMachineExtensionUpdate
name: VirtualMachineExtensionUpdate
fullName: azure.mgmt.compute.v2022_11_01.models.VirtualMachineExtensionUpdate
module: azure.mgmt.compute.v2022_11_01.models
inheritances:
- azure.mgmt.compute.v2022_11_01.models._models_py3.UpdateResource
summary: Describes a Virtual Machine Extension.
constructor:
syntax: 'VirtualMachineExtensionUpdate(*, tags: Dict[str, str] | None = None, force_update_tag:
str | None = None, publisher: str | None = None, type: str | None = None, type_handler_version:
str | None = None, auto_upgrade_minor_version: bool | None = None, enable_automatic_upgrade:
bool | None = None, settings: MutableMapping[str, Any] | None = None, protected_settings:
MutableMapping[str, Any] | None = None, suppress_failures: bool | None = None,
protected_settings_from_key_vault: _models.KeyVaultSecretReference | None = None,
**kwargs: Any)'
keywordOnlyParameters:
- name: tags
description: Resource tags.
types:
- <xref:dict>[<xref:str>, <xref:str>]
- name: force_update_tag
description: 'How the extension handler should be forced to update even if the
extension configuration has not changed.'
types:
- <xref:str>
- name: publisher
description: The name of the extension handler publisher.
types:
- <xref:str>
- name: type
description: Specifies the type of the extension; an example is "CustomScriptExtension".
types:
- <xref:str>
- name: type_handler_version
description: Specifies the version of the script handler.
types:
- <xref:str>
- name: auto_upgrade_minor_version
description: 'Indicates whether the extension should use a newer minor
version if one is available at deployment time. Once deployed, however, the
extension will not
upgrade minor versions unless redeployed, even with this property set to true.'
types:
- <xref:bool>
- name: enable_automatic_upgrade
description: 'Indicates whether the extension should be automatically
upgraded by the platform if there is a newer version of the extension available.'
types:
- <xref:bool>
- name: settings
description: Json formatted public settings for the extension.
types:
- <xref:JSON>
- name: protected_settings
description: 'The extension can contain either protectedSettings or
protectedSettingsFromKeyVault or no protected settings at all.'
types:
- <xref:JSON>
- name: suppress_failures
description: 'Indicates whether failures stemming from the extension will be
suppressed (Operational failures such as not connecting to the VM will not be
suppressed
regardless of this value). The default is false.'
types:
- <xref:bool>
- name: protected_settings_from_key_vault
description: 'The extensions protected settings that are passed
by reference, and consumed from key vault.'
types:
- <xref:azure.mgmt.compute.v2022_11_01.models.KeyVaultSecretReference>
variables:
- description: Resource tags.
name: tags
types:
- <xref:dict>[<xref:str>, <xref:str>]
- description: 'How the extension handler should be forced to update even if the
extension configuration has not changed.'
name: force_update_tag
types:
- <xref:str>
- description: The name of the extension handler publisher.
name: publisher
types:
- <xref:str>
- description: Specifies the type of the extension; an example is "CustomScriptExtension".
name: type
types:
- <xref:str>
- description: Specifies the version of the script handler.
name: type_handler_version
types:
- <xref:str>
- description: 'Indicates whether the extension should use a newer minor
version if one is available at deployment time. Once deployed, however, the extension
will not
upgrade minor versions unless redeployed, even with this property set to true.'
name: auto_upgrade_minor_version
types:
- <xref:bool>
- description: 'Indicates whether the extension should be automatically
upgraded by the platform if there is a newer version of the extension available.'
name: enable_automatic_upgrade
types:
- <xref:bool>
- description: Json formatted public settings for the extension.
name: settings
types:
- <xref:JSON>
- description: 'The extension can contain either protectedSettings or
protectedSettingsFromKeyVault or no protected settings at all.'
name: protected_settings
types:
- <xref:JSON>
- description: 'Indicates whether failures stemming from the extension will be
suppressed (Operational failures such as not connecting to the VM will not be
suppressed
regardless of this value). The default is false.'
name: suppress_failures
types:
- <xref:bool>
- description: 'The extensions protected settings that are passed by
reference, and consumed from key vault.'
name: protected_settings_from_key_vault
types:
- <xref:azure.mgmt.compute.v2022_11_01.models.KeyVaultSecretReference>