GetResourceGroupResult

data class GetResourceGroupResult(val id: String, val location: String, val managedBy: String? = null, val name: String, val properties: ResourceGroupPropertiesResponse, val tags: Map<String, String>? = null, val type: String)

Resource group information.

Constructors

Link copied to clipboard
constructor(id: String, location: String, managedBy: String? = null, name: String, properties: ResourceGroupPropertiesResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the resource group.

Link copied to clipboard

The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations.

Link copied to clipboard
val managedBy: String? = null

The ID of the resource that manages this resource group.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The resource group properties.

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

The tags attached to the resource group.

Link copied to clipboard

The type of the resource group.