GalleryScriptVersionProperties Class

Describes the properties of a gallery script version.

Constructor

GalleryScriptVersionProperties()

Variables

Name Description
publishing_profile
<xref:<xref:"GalleryScriptVersionPublishingProfile">>

The publishing profile of a gallery image version. Required.

safety_profile
<xref:<xref:"GalleryScriptVersionSafetyProfile">>

The safety profile of the Gallery Script Version.

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

replication_status
<xref:<xref:"ReplicationStatus">>

This is the replication status of the gallery image version.

Attributes

provisioningState

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

provisioningState: str | GalleryProvisioningState

publishingProfile

The publishing profile of a gallery image version. Required.

publishingProfile: Required[GalleryScriptVersionPublishingProfile]

replicationStatus

This is the replication status of the gallery image version.

replicationStatus: ReplicationStatus

safetyProfile

The safety profile of the Gallery Script Version.

safetyProfile: GalleryScriptVersionSafetyProfile