get Resources
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.
required Tags
A mapping of tags which the resource has to have in order to be included in the result.
resource Group Name
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.
suspend fun getResources(argument: suspend GetResourcesPlainArgsBuilder.() -> Unit): GetResourcesResult
Return
A collection of values returned by getResources.
See also
Parameters
argument
Builder for com.pulumi.azure.core.kotlin.inputs.GetResourcesPlainArgs.