GalleryImageVersionProperties Class
Describes the properties of a gallery image version.
Constructor
GalleryImageVersionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
publishing_profile
|
The publishing profile of a gallery image Version. |
|
provisioning_state
|
The provisioning state, which only appears in the response. Known values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating". |
|
storage_profile
|
This is the storage profile of a Gallery Image Version. Required. |
|
safety_profile
|
This is the safety profile of the Gallery Image Version. |
|
replication_status
|
This is the replication status of the gallery image version. |
|
security_profile
|
The security profile of a gallery image version. |
|
restore
|
Indicates if this is a soft-delete resource restoration request. |
|
validations_profile
|
This is the validations profile of a 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.
publishing_profile: _models.GalleryImageVersionPublishingProfile | None
replication_status
This is the replication status of the gallery image version.
replication_status: _models.ReplicationStatus | None
restore
Indicates if this is a soft-delete resource restoration request.
restore: bool | None
safety_profile
This is the safety profile of the Gallery Image Version.
safety_profile: _models.GalleryImageVersionSafetyProfile | None
security_profile
The security profile of a gallery image version.
security_profile: _models.ImageVersionSecurityProfile | None
storage_profile
This is the storage profile of a Gallery Image Version. Required.
storage_profile: _models.GalleryImageVersionStorageProfile
validations_profile
This is the validations profile of a Gallery Image Version.
validations_profile: _models.ValidationsProfile | None