Get Inventory Item Result
data class GetInventoryItemResult(val azureApiVersion: String, val id: String, val inventoryItemName: String, val inventoryType: String, val kind: String? = null, val managedResourceId: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String, val uuid: String)
Defines the inventory item.
Constructors
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets the Managed Object name in VMM for the inventory item.
Link copied to clipboard
They inventory type.
Link copied to clipboard
Gets the tracked resource id corresponding to the inventory resource.
Link copied to clipboard
Gets the provisioning state.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.