-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2021_10_01.models.GalleryImageVersionUpdate.yml
64 lines (61 loc) · 2.42 KB
/
azure.mgmt.compute.v2021_10_01.models.GalleryImageVersionUpdate.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.compute.v2021_10_01.models.GalleryImageVersionUpdate
name: GalleryImageVersionUpdate
fullName: azure.mgmt.compute.v2021_10_01.models.GalleryImageVersionUpdate
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 image version that you want to update.
Variables are only populated by the server, and will be ignored when sending a request.'
constructor:
syntax: 'GalleryImageVersionUpdate(*, tags: Dict[str, str] | None = None, publishing_profile:
_models.GalleryImageVersionPublishingProfile | None = None, storage_profile: _models.GalleryImageVersionStorageProfile
| 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.GalleryImageVersionPublishingProfile>
- name: storage_profile
description: This is the storage profile of a Gallery Image Version.
types:
- <xref:azure.mgmt.compute.v2021_10_01.models.GalleryImageVersionStorageProfile>
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.GalleryImageVersionPublishingProfile>
- 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.GalleryImageVersionPropertiesProvisioningState>
- description: This is the storage profile of a Gallery Image Version.
name: storage_profile
types:
- <xref:azure.mgmt.compute.v2021_10_01.models.GalleryImageVersionStorageProfile>
- description: This is the replication status of the gallery image version.
name: replication_status
types:
- <xref:azure.mgmt.compute.v2021_10_01.models.ReplicationStatus>