ManagedResourceGroupConfigurationResponse

data class ManagedResourceGroupConfigurationResponse(val location: String? = null, val name: String? = null)

Constructors

constructor(location: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val location: String? = null

The location of the managed resource group. If not specified, the location of the parent resource is chosen.

Link copied to clipboard
val name: String? = null

The name for the managed resource group. If not specified, the unique name is automatically generated.