toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.scvmm.kotlin.inputs
/
GetInventoryItemPlainArgs
Get
Inventory
Item
Plain
Args
data
class
GetInventoryItemPlainArgs
(
val
inventoryItemName
:
String
,
val
resourceGroupName
:
String
,
val
vmmServerName
:
String
)
:
ConvertibleToJava
<
GetInventoryItemPlainArgs
>
Members
Constructors
Get
Inventory
Item
Plain
Args
Link copied to clipboard
constructor
(
inventoryItemName
:
String
,
resourceGroupName
:
String
,
vmmServerName
:
String
)
Properties
inventory
Item
Name
Link copied to clipboard
val
inventoryItemName
:
String
Name of the inventoryItem.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group.
vmm
Server
Name
Link copied to clipboard
val
vmmServerName
:
String
Name of the VMMServer.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetInventoryItemPlainArgs