-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2022_03_01.models.VMGalleryApplication.yml
90 lines (77 loc) · 3.18 KB
/
azure.mgmt.compute.v2022_03_01.models.VMGalleryApplication.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
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2022_03_01.models.VMGalleryApplication
name: VMGalleryApplication
fullName: azure.mgmt.compute.v2022_03_01.models.VMGalleryApplication
module: azure.mgmt.compute.v2022_03_01.models
inheritances:
- azure.mgmt.compute._serialization.Model
summary: 'Specifies the required information to reference a compute gallery application
version.
All required parameters must be populated in order to send to server.'
constructor:
syntax: 'VMGalleryApplication(*, package_reference_id: str, tags: str | None = None,
order: int | None = None, configuration_reference: str | None = None, treat_failure_as_deployment_failure:
bool | None = None, enable_automatic_upgrade: bool | None = None, **kwargs: Any)'
keywordOnlyParameters:
- name: tags
description: Optional, Specifies a passthrough value for more generic context.
types:
- <xref:str>
- name: order
description: Optional, Specifies the order in which the packages have to be installed.
types:
- <xref:int>
- name: package_reference_id
description: 'Specifies the GalleryApplicationVersion resource id on the form
of
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}. #
pylint: disable=line-too-long
Required.'
types:
- <xref:str>
- name: configuration_reference
description: 'Optional, Specifies the uri to an azure blob that will
replace the default configuration for the package if provided.'
types:
- <xref:str>
- name: treat_failure_as_deployment_failure
description: 'Optional, If true, any failure for any operation
in the VmApplication will fail the deployment.'
types:
- <xref:bool>
- name: enable_automatic_upgrade
description: 'If set to true, when a new Gallery Application version is
available in PIR/SIG, it will be automatically updated for the VM/VMSS.'
types:
- <xref:bool>
variables:
- description: Optional, Specifies a passthrough value for more generic context.
name: tags
types:
- <xref:str>
- description: Optional, Specifies the order in which the packages have to be installed.
name: order
types:
- <xref:int>
- description: 'Specifies the GalleryApplicationVersion resource id on the form of
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}. #
pylint: disable=line-too-long
Required.'
name: package_reference_id
types:
- <xref:str>
- description: 'Optional, Specifies the uri to an azure blob that will replace
the default configuration for the package if provided.'
name: configuration_reference
types:
- <xref:str>
- description: 'Optional, If true, any failure for any operation in
the VmApplication will fail the deployment.'
name: treat_failure_as_deployment_failure
types:
- <xref:bool>
- description: 'If set to true, when a new Gallery Application version is
available in PIR/SIG, it will be automatically updated for the VM/VMSS.'
name: enable_automatic_upgrade
types:
- <xref:bool>