GetSharedImageVersionsResult

data class GetSharedImageVersionsResult(val galleryName: String, val id: String, val imageName: String, val images: List<GetSharedImageVersionsImage>, val resourceGroupName: String, val tagsFilter: Map<String, String>? = null)

A collection of values returned by getSharedImageVersions.

Constructors

Link copied to clipboard
constructor(galleryName: String, id: String, imageName: String, images: List<GetSharedImageVersionsImage>, resourceGroupName: String, tagsFilter: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

An images block as defined below:

Link copied to clipboard
Link copied to clipboard
val tagsFilter: Map<String, String>? = null