getResources

Use this data source to access information about existing resources.

Return

A collection of values returned by getResources.

Parameters

argument

A collection of arguments for invoking getResources.


suspend fun getResources(name: String? = null, requiredTags: Map<String, String>? = null, resourceGroupName: String? = null, type: String? = null): GetResourcesResult

Return

A collection of values returned by getResources.

See also

Parameters

name

The name of the Resource.

requiredTags

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

resourceGroupName

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

type

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.


Return

A collection of values returned by getResources.

See also

Parameters

argument

Builder for com.pulumi.azure.core.kotlin.inputs.GetResourcesPlainArgs.