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
constructor(name: String? = null, requiredTags: Map<String, String>? = null, resourceGroupName: String? = null, type: String? = null)

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 resource type's name follows the format: {resource-provider}/{resource-type}. The resource type for a key vault is Microsoft.KeyVault/vaults. A full list of available Resource Providers can be found here. A full list of Resources Types can be found here.

Functions

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