GetInventoryItemPlainArgs

data class GetInventoryItemPlainArgs(val inventoryItemName: String, val resourceGroupName: String, val vmmServerName: String) : ConvertibleToJava<GetInventoryItemPlainArgs>

Constructors

Link copied to clipboard
constructor(inventoryItemName: String, resourceGroupName: String, vmmServerName: String)

Properties

Link copied to clipboard

Name of the inventoryItem.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

Name of the VMMServer.

Functions

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