InventoryItemDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.InventoryItemDetails

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 inventoryItemId property: Gets or sets the inventory Item ID for the resource.

String inventoryItemName()

Get the inventoryItemName property: Gets or sets the Managed Object name in VMM for the resource.

void validate()

Validates the instance.

InventoryItemDetails withInventoryItemId(String inventoryItemId)

Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource.

InventoryItemDetails withInventoryItemName(String inventoryItemName)

Set the inventoryItemName property: Gets or sets the Managed Object name in VMM for the resource.

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:

the inventoryItemId value.

inventoryItemName

public String inventoryItemName()

Get the inventoryItemName property: Gets or sets the Managed Object name in VMM for the resource.

Returns:

the inventoryItemName value.

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:

inventoryItemId - the inventoryItemId value to set.

Returns:

the InventoryItemDetails object itself.

withInventoryItemName

public InventoryItemDetails withInventoryItemName(String inventoryItemName)

Set the inventoryItemName property: Gets or sets the Managed Object name in VMM for the resource.

Parameters:

inventoryItemName - the inventoryItemName value to set.

Returns:

the InventoryItemDetails object itself.

Applies to