GetImagePlainArgs

data class GetImagePlainArgs(val name: String? = null, val nameRegex: String? = null, val resourceGroupName: String, val sortDescending: Boolean? = null) : ConvertibleToJava<GetImagePlainArgs>

A collection of arguments for invoking getImage.

Constructors

Link copied to clipboard
fun GetImagePlainArgs(name: String? = null, nameRegex: String? = null, resourceGroupName: String, sortDescending: Boolean? = null)

Functions

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

Properties

Link copied to clipboard
val name: String? = null

The name of the Image.

Link copied to clipboard
val nameRegex: String? = null

Regex pattern of the image to match.

Link copied to clipboard

The Name of the Resource Group where this Image exists.

Link copied to clipboard
val sortDescending: Boolean? = null

By default when matching by regex, images are sorted by name in ascending order and the first match is chosen, to sort descending, set this flag.