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