ManagedResourceGroupConfigurationArgs

data class ManagedResourceGroupConfigurationArgs(val location: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ManagedResourceGroupConfigurationArgs>

Constructors

Link copied to clipboard
constructor(location: Output<String>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val location: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ManagedResourceGroupConfigurationArgs