toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
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.
Members
Constructors
Resource
Group
Value
Response
Link copied to clipboard
constructor
(
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.