InventoryItemProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.fluent.models.InventoryItemProperties

public class InventoryItemProperties

Defines the resource properties.

Constructor Summary

Constructor Description
InventoryItemProperties()

Method Summary

Modifier and Type Method and Description
String inventoryItemName()

Get the inventoryItemName property: Gets the Managed Object name in VMM for the inventory item.

String managedResourceId()

Get the managedResourceId property: Gets the tracked resource id corresponding to the inventory resource.

String provisioningState()

Get the provisioningState property: Gets the provisioning state.

String uuid()

Get the uuid property: Gets the UUID (which is assigned by VMM) for the inventory item.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

InventoryItemProperties

public InventoryItemProperties()

Method Details

inventoryItemName

public String inventoryItemName()

Get the inventoryItemName property: Gets the Managed Object name in VMM for the inventory item.

Returns:

the inventoryItemName value.

managedResourceId

public String managedResourceId()

Get the managedResourceId property: Gets the tracked resource id corresponding to the inventory resource.

Returns:

the managedResourceId value.

provisioningState

public String provisioningState()

Get the provisioningState property: Gets the provisioning state.

Returns:

the provisioningState value.

uuid

public String uuid()

Get the uuid property: Gets the UUID (which is assigned by VMM) for the inventory item.

Returns:

the uuid value.

validate

public void validate()

Validates the instance.

Applies to