GetSharedImageVersionsImage

data class GetSharedImageVersionsImage(val excludeFromLatest: Boolean, val id: String, val location: String, val managedImageId: String, val name: String, val tags: Map<String, String>, val targetRegions: List<GetSharedImageVersionsImageTargetRegion>)

Constructors

Link copied to clipboard
constructor(excludeFromLatest: Boolean, id: String, location: String, managedImageId: String, name: String, tags: Map<String, String>, targetRegions: List<GetSharedImageVersionsImageTargetRegion>)

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
val id: String

The ID of this Shared Image Version.

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

A mapping of tags assigned to the Shared Image.

Link copied to clipboard

One or more target_region blocks as documented below.