Get Shared Image Version Plain Args
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
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 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
.