GalleryScriptProperties Class

Describes the properties of a gallery script definition.

Constructor

GalleryScriptProperties()

Variables

Name Description
description
str

The description of this gallery script definition resource. This property is updatable.

eula
str

The Eula agreement (End User License Agreement) for the gallery Script Definition.

privacyStatementUri
str

The privacy statement uri.

releaseNoteUri
str

The release note uri.

endOfLifeDate
str

The end of life date of the gallery Script Definition. This property can be used for decommissioning purposes. This property is updatable.

supportedOSType
Union[str, <xref:"OperatingSystemTypes">]

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".

provisioningState
Union[str, <xref:"GalleryProvisioningState">]

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

endOfLifeDate

The end of life date of the gallery Script Definition. This property can be used for decommissioning purposes. This property is updatable.

endOfLifeDate: str

eula

The Eula agreement (End User License Agreement) for the gallery Script Definition.

eula: str

privacyStatementUri

The privacy statement uri.

privacyStatementUri: str

provisioningState

"Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating".

provisioningState: str | GalleryProvisioningState

releaseNoteUri

The release note uri.

releaseNoteUri: str

supportedOSType

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".

supportedOSType: Required[str | OperatingSystemTypes]