InventoryItemDetails Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. InventoryItemDetails
- com.
public final class InventoryItemDetails
Defines the resource properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| InventoryItemDetails() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
inventoryItemId()
Get the inventory |
| String |
inventoryItemName()
Get the inventory |
| void |
validate()
Validates the instance. |
|
Inventory |
withInventoryItemId(String inventoryItemId)
Set the inventory |
|
Inventory |
withInventoryItemName(String inventoryItemName)
Set the inventory |
Methods inherited from java.lang.Object
Constructor Details
InventoryItemDetails
public InventoryItemDetails()
Method Details
inventoryItemId
public String inventoryItemId()
Get the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
Returns:
inventoryItemName
public String inventoryItemName()
Get the inventoryItemName property: Gets or sets the Managed Object name in VMM for the resource.
Returns:
validate
public void validate()
Validates the instance.
withInventoryItemId
public InventoryItemDetails withInventoryItemId(String inventoryItemId)
Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
Parameters:
Returns:
withInventoryItemName
public InventoryItemDetails withInventoryItemName(String inventoryItemName)
Set the inventoryItemName property: Gets or sets the Managed Object name in VMM for the resource.
Parameters:
Returns: