GetImagesPlainArgs

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

A collection of arguments for invoking getImages.

Constructors

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

Properties

Link copied to clipboard

The name of the Resource Group in which the Image 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(): GetImagesPlainArgs