GetResourcesPlainArgs

data class GetResourcesPlainArgs(val name: String? = null, val requiredTags: Map<String, String>? = null, val resourceGroupName: String? = null, val type: String? = null) : ConvertibleToJava<GetResourcesPlainArgs>

A collection of arguments for invoking getResources.

Constructors

Link copied to clipboard
fun GetResourcesPlainArgs(name: String? = null, requiredTags: Map<String, String>? = null, resourceGroupName: String? = null, type: String? = null)

Functions

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

Properties

Link copied to clipboard
val name: String? = null

The name of the Resource.

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

A mapping of tags which the resource has to have in order to be included in the result.

Link copied to clipboard

The name of the Resource group where the Resources are located.

Link copied to clipboard
val type: String? = null

The Resource Type of the Resources you want to list (e.g. Microsoft.Network/virtualNetworks). A full list of available Resource Types can be found here.