GalleryScriptProperties Class
Describes the properties of a gallery script definition.
Constructor
GalleryScriptProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
The description of this gallery script definition resource. This property is updatable. |
|
eula
|
The Eula agreement (End User License Agreement) for the gallery Script Definition. |
|
privacy_statement_uri
|
The privacy statement uri. |
|
release_note_uri
|
The release note uri. |
|
end_of_life_date
|
The end of life date of the gallery Script Definition. This property can be used for decommissioning purposes. This property is updatable. |
|
supported_os_type
|
This property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows, Linux.. Required. Known values are: "Windows" and "Linux". |
|
provisioning_state
|
The provisioning state, which only appears in the response. Known values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating". |
Attributes
description
The description of this gallery script definition resource. This property is updatable.
description: str | None
end_of_life_date
The end of life date of the gallery Script Definition. This property can be used for decommissioning purposes. This property is updatable.
end_of_life_date: datetime | None
eula
The Eula agreement (End User License Agreement) for the gallery Script Definition.
eula: str | None
privacy_statement_uri
The privacy statement uri.
privacy_statement_uri: str | None
provisioning_state
"Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating".
provisioning_state: str | _models.GalleryProvisioningState | None
release_note_uri
The release note uri.
release_note_uri: str | None
supported_os_type
This property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows, Linux.. Required. Known values are: "Windows" and "Linux".
supported_os_type: str | _models.OperatingSystemTypes