pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.blueprint.kotlin.outputs
/
ResourceGroupValueResponse
Resource
Group
Value
Response
data
class
ResourceGroupValueResponse
(
val
location
:
String
?
=
null
,
val
name
:
String
?
=
null
)
Represents an Azure resource group.
Types
Constructors
Properties
Constructors
Resource
Group
Value
Response
Link copied to clipboard
fun
ResourceGroupValueResponse
(
location
:
String
?
=
null
,
name
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
location
Link copied to clipboard
val
location
:
String
?
=
null
Location of the resource group.
name
Link copied to clipboard
val
name
:
String
?
=
null
Name of the resource group.