GetSharedImageVersionPlainArgs

data class GetSharedImageVersionPlainArgs(val galleryName: String, val imageName: String, val name: String, val resourceGroupName: String, val sortVersionsBySemver: Boolean? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSharedImageVersionPlainArgs>

A collection of arguments for invoking getSharedImageVersion.

Constructors

Link copied to clipboard
constructor(galleryName: String, imageName: String, name: String, resourceGroupName: String, sortVersionsBySemver: Boolean? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

The name of the Shared Image Gallery 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 Image Version.

Link copied to clipboard

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

Link copied to clipboard

Sort available versions taking SemVer versioning scheme into account. Defaults to false.

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

A mapping of tags assigned to the Shared Image.

Functions

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