GalleryScriptVersionUpdate interface
Specifies information about the gallery Script Version that you want to update.
- Extends
Properties
| provisioning |
The provisioning state, which only appears in the response. |
| publishing |
The publishing profile of a gallery image version. |
| replication |
This is the replication status of the gallery image version. |
| safety |
The safety profile of the Gallery Script Version. |
Property Details
provisioningState
The provisioning state, which only appears in the response.
provisioningState?: string
Property Value
string
publishingProfile
The publishing profile of a gallery image version.
publishingProfile?: GalleryScriptVersionPublishingProfile
Property Value
replicationStatus
This is the replication status of the gallery image version.
replicationStatus?: ReplicationStatus
Property Value
safetyProfile
The safety profile of the Gallery Script Version.
safetyProfile?: GalleryScriptVersionSafetyProfile
Property Value
Inherited Property Details
id
name
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From UpdateResourceDefinition.tags