-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2021_10_01.models.GalleryApplicationVersionUpdate.yml
57 lines (54 loc) · 2.03 KB
/
azure.mgmt.compute.v2021_10_01.models.GalleryApplicationVersionUpdate.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
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2021_10_01.models.GalleryApplicationVersionUpdate
name: GalleryApplicationVersionUpdate
fullName: azure.mgmt.compute.v2021_10_01.models.GalleryApplicationVersionUpdate
module: azure.mgmt.compute.v2021_10_01.models
inheritances:
- azure.mgmt.compute.v2021_10_01.models._models_py3.UpdateResourceDefinition
summary: 'Specifies information about the gallery Application Version that you want
to update.
Variables are only populated by the server, and will be ignored when sending a request.'
constructor:
syntax: 'GalleryApplicationVersionUpdate(*, tags: Dict[str, str] | None = None,
publishing_profile: _models.GalleryApplicationVersionPublishingProfile | None
= None, **kwargs: Any)'
keywordOnlyParameters:
- name: tags
description: Resource tags.
types:
- <xref:dict>[<xref:str>, <xref:str>]
- name: publishing_profile
description: The publishing profile of a gallery image version.
types:
- <xref:azure.mgmt.compute.v2021_10_01.models.GalleryApplicationVersionPublishingProfile>
variables:
- description: Resource Id.
name: id
types:
- <xref:str>
- description: Resource name.
name: name
types:
- <xref:str>
- description: Resource type.
name: type
types:
- <xref:str>
- description: Resource tags.
name: tags
types:
- <xref:dict>[<xref:str>, <xref:str>]
- description: The publishing profile of a gallery image version.
name: publishing_profile
types:
- <xref:azure.mgmt.compute.v2021_10_01.models.GalleryApplicationVersionPublishingProfile>
- description: 'The provisioning state, which only appears in the response. Known
values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating".'
name: provisioning_state
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2021_10_01.models.GalleryApplicationVersionPropertiesProvisioningState>
- description: This is the replication status of the gallery image version.
name: replication_status
types:
- <xref:azure.mgmt.compute.v2021_10_01.models.ReplicationStatus>