GalleryScriptProperties interface
Describes the properties of a gallery script definition.
Properties
| description | The description of this gallery script definition resource. This property is updatable. |
| end |
The end of life date of the gallery Script Definition. This property can be used for decommissioning purposes. This property is updatable. |
| eula | The Eula agreement (End User License Agreement) for the gallery Script Definition. |
| privacy |
The privacy statement uri. |
| provisioning |
The provisioning state, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server. |
| release |
The release note uri. |
| supported |
This property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows, Linux. |
Property Details
description
The description of this gallery script definition resource. This property is updatable.
description?: string
Property Value
string
endOfLifeDate
The end of life date of the gallery Script Definition. This property can be used for decommissioning purposes. This property is updatable.
endOfLifeDate?: Date
Property Value
Date
eula
The Eula agreement (End User License Agreement) for the gallery Script Definition.
eula?: string
Property Value
string
privacyStatementUri
The privacy statement uri.
privacyStatementUri?: string
Property Value
string
provisioningState
The provisioning state, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
releaseNoteUri
The release note uri.
releaseNoteUri?: string
Property Value
string
supportedOSType
This property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows, Linux.
supportedOSType: OperatingSystemTypes