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.

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 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.

See also


Return

A collection of values returned by getResources.

Parameters

argument

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

See also