GetSharedImageVersionResult

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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is this Image Version excluded from the latest filter?

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The supported Azure location where the Shared Image Gallery exists.

Link copied to clipboard

The ID of the Managed Image which was the source of this Shared Image Version.

Link copied to clipboard

The Azure Region in which this Image Version exists.

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
val tags: Map<String, String>? = null

A mapping of tags assigned to the Shared Image.

Link copied to clipboard

One or more target_region blocks as documented below.