你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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