GetSharedImageVersionsPlainArgs

data class GetSharedImageVersionsPlainArgs(val galleryName: String, val imageName: String, val resourceGroupName: String, val tagsFilter: Map<String, String>? = null) : ConvertibleToJava<GetSharedImageVersionsPlainArgs>

A collection of arguments for invoking getSharedImageVersions.

Constructors

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

Properties

Link copied to clipboard

The name of the Shared Image in which the Shared Image exists.

Link copied to clipboard

The name of the Shared Image in which this Version exists.

Link copied to clipboard

The name of the Resource Group in which the Shared Image Gallery exists.

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

A mapping of tags to filter the list of images against.

Functions

Link copied to clipboard
open override fun toJava(): GetSharedImageVersionsPlainArgs