GetResourcesResource

data class GetResourcesResource(val id: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>, val type: String)

Constructors

Link copied to clipboard
fun GetResourcesResource(id: String, location: String, name: String, resourceGroupName: String, tags: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of this Resource.

Link copied to clipboard

The Azure Region in which this Resource exists.

Link copied to clipboard

The name of the Resource.

Link copied to clipboard

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

Link copied to clipboard

A map of tags assigned to this Resource.

Link copied to clipboard

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.