GalleryImageVersionProperties Class
Describes the properties of a gallery image version.
Constructor
GalleryImageVersionProperties()
Variables
| Name | Description |
|---|---|
|
publishingProfile
|
<xref:<xref:"GalleryImageVersionPublishingProfile">>
The publishing profile of a gallery image Version. |
|
provisioningState
|
The provisioning state, which only appears in the response. Known values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating". |
|
storageProfile
|
<xref:<xref:"GalleryImageVersionStorageProfile">>
This is the storage profile of a Gallery Image Version. Required. |
|
safetyProfile
|
<xref:<xref:"GalleryImageVersionSafetyProfile">>
This is the safety profile of the Gallery Image Version. |
|
replicationStatus
|
<xref:<xref:"ReplicationStatus">>
This is the replication status of the gallery image version. |
|
securityProfile
|
<xref:<xref:"ImageVersionSecurityProfile">>
The security profile of a gallery image version. |
|
restore
|
Indicates if this is a soft-delete resource restoration request. |
|
validationsProfile
|
<xref:<xref:"ValidationsProfile">>
This is the validations profile of a Gallery Image Version. |
Attributes
provisioningState
"Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating".
provisioningState: str | GalleryProvisioningState
publishingProfile
The publishing profile of a gallery image Version.
publishingProfile: GalleryImageVersionPublishingProfile
replicationStatus
This is the replication status of the gallery image version.
replicationStatus: ReplicationStatus
restore
Indicates if this is a soft-delete resource restoration request.
restore: bool
safetyProfile
This is the safety profile of the Gallery Image Version.
safetyProfile: GalleryImageVersionSafetyProfile
securityProfile
The security profile of a gallery image version.
securityProfile: ImageVersionSecurityProfile
storageProfile
This is the storage profile of a Gallery Image Version. Required.
storageProfile: Required[GalleryImageVersionStorageProfile]
validationsProfile
This is the validations profile of a Gallery Image Version.
validationsProfile: ValidationsProfile