13
13
14
14
15
15
class GalleryImage (Resource ):
16
- """Specifies information about the gallery image that you want to create or
17
- update.
16
+ """Specifies information about the gallery Image Definition that you want to
17
+ create or update.
18
18
19
19
Variables are only populated by the server, and will be ignored when
20
20
sending a request.
@@ -31,25 +31,28 @@ class GalleryImage(Resource):
31
31
:type location: str
32
32
:param tags: Resource tags
33
33
:type tags: dict[str, str]
34
- :param description: The description of this gallery image resource.
34
+ :param description: The description of this gallery Image Definition
35
+ resource. This property is updateable.
35
36
:type description: str
36
- :param eula: The Eula agreement for the gallery image .
37
+ :param eula: The Eula agreement for the gallery Image Definition .
37
38
:type eula: str
38
39
:param privacy_statement_uri: The privacy statement uri.
39
40
:type privacy_statement_uri: str
40
41
:param release_note_uri: The release note uri.
41
42
:type release_note_uri: str
42
43
:param os_type: Required. This property allows you to specify the type of
43
- the OS that is included in the disk if creating a VM from user-image or a
44
- specialized VHD . <br><br> Possible values are: <br><br> **Windows**
45
- <br><br> **Linux**. Possible values include: 'Windows', 'Linux'
44
+ the OS that is included in the disk when creating a VM from a managed
45
+ image . <br><br> Possible values are: <br><br> **Windows** <br><br>
46
+ **Linux**. Possible values include: 'Windows', 'Linux'
46
47
:type os_type: str or
47
48
~azure.mgmt.compute.v2018_06_01.models.OperatingSystemTypes
48
- :param os_state: Required. The OS State. Possible values include:
49
- 'Generalized', 'Specialized'
49
+ :param os_state: Required. The allowed values for OS State are
50
+ 'Generalized'. Possible values include: 'Generalized' , 'Specialized'
50
51
:type os_state: str or
51
52
~azure.mgmt.compute.v2018_06_01.models.OperatingSystemStateTypes
52
- :param end_of_life_date: The end of life of this gallery image.
53
+ :param end_of_life_date: The end of life date of the gallery Image
54
+ Definition. This property can be used for decommissioning purposes. This
55
+ property is updateable.
53
56
:type end_of_life_date: datetime
54
57
:param identifier: Required.
55
58
:type identifier:
@@ -62,10 +65,10 @@ class GalleryImage(Resource):
62
65
:param purchase_plan:
63
66
:type purchase_plan:
64
67
~azure.mgmt.compute.v2018_06_01.models.ImagePurchasePlan
65
- :ivar provisioning_state: The current state of the gallery image. The
66
- provisioning state, which only appears in the response. Possible values
67
- include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting ',
68
- 'Migrating'
68
+ :ivar provisioning_state: The current state of the gallery Image
69
+ Definition. The provisioning state, which only appears in the response.
70
+ Possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded',
71
+ 'Deleting', ' Migrating'
69
72
:vartype provisioning_state: str or
70
73
~azure.mgmt.compute.v2018_06_01.models.enum
71
74
"""
0 commit comments