GalleryApplicationVersionProperties Class
Describes the properties of a gallery image version.
Constructor
GalleryApplicationVersionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
publishing_profile
|
The publishing profile of a gallery image version. Required. |
|
safety_profile
|
The safety profile of the Gallery Application Version. |
|
provisioning_state
|
The provisioning state, which only appears in the response. Known values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating". |
|
replication_status
|
This is the replication status of the gallery image version. |
Attributes
provisioning_state
"Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating".
provisioning_state: str | _models.GalleryProvisioningState | None
publishing_profile
The publishing profile of a gallery image version. Required.
publishing_profile: _models.GalleryApplicationVersionPublishingProfile
replication_status
This is the replication status of the gallery image version.
replication_status: _models.ReplicationStatus | None
safety_profile
The safety profile of the Gallery Application Version.
safety_profile: _models.GalleryApplicationVersionSafetyProfile | None