GetResourcesResult

data class GetResourcesResult(val id: String, val name: String, val requiredTags: Map<String, String>? = null, val resourceGroupName: String, val resources: List<GetResourcesResource>, val type: String)

A collection of values returned by getResources.

Constructors

Link copied to clipboard
constructor(id: String, name: String, requiredTags: Map<String, String>? = null, resourceGroupName: String, resources: List<GetResourcesResource>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The name of this Resource.

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

The name of the Resource Group in which this Resource exists.

Link copied to clipboard

One or more resource blocks as defined below.

Link copied to clipboard

The type of this Resource. (e.g. Microsoft.Network/virtualNetworks).