toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.avs.kotlin.outputs
/
GetAddonResult
Get
Addon
Result
data
class
GetAddonResult
(
val
id
:
String
,
val
name
:
String
,
val
properties
:
Any
,
val
type
:
String
)
An addon resource
Members
Constructors
Get
Addon
Result
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
properties
:
Any
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
Resource ID.
name
Link copied to clipboard
val
name
:
String
Resource name.
properties
Link copied to clipboard
val
properties
:
Any
The properties of an addon resource
type
Link copied to clipboard
val
type
:
String
Resource type.