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.

privacy_statement_uri
str

The privacy statement uri.

release_note_uri
str

The release note uri.

end_of_life_date
str

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

provisioning_state
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]