Get Shared Image Version Result
data class GetSharedImageVersionResult(val excludeFromLatest: Boolean, val galleryName: String, val id: String, val imageName: String, val location: String, val managedImageId: String, val name: String, val osDiskImageSizeGb: Int, val osDiskSnapshotId: String, val resourceGroupName: String, val sortVersionsBySemver: Boolean? = null, val tags: Map<String, String>? = null, val targetRegions: List<GetSharedImageVersionTargetRegion>)
A collection of values returned by getSharedImageVersion.
Constructors
Link copied to clipboard
constructor(excludeFromLatest: Boolean, galleryName: String, id: String, imageName: String, location: String, managedImageId: String, name: String, osDiskImageSizeGb: Int, osDiskSnapshotId: String, resourceGroupName: String, sortVersionsBySemver: Boolean? = null, tags: Map<String, String>? = null, targetRegions: List<GetSharedImageVersionTargetRegion>)
Properties
Link copied to clipboard
Is this Image Version excluded from the latest
filter?
Link copied to clipboard
Link copied to clipboard
The ID of the Managed Image which was the source of this Shared Image Version.
Link copied to clipboard
The size of the OS disk snapshot (in Gigabytes) which was the source of this Shared Image Version.
Link copied to clipboard
The ID of the OS disk snapshot which was the source of this Shared Image Version.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
One or more target_region
blocks as documented below.