你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualNetworkInventoryItem interface
The Virtual network inventory item.
- Extends
Properties
inventory |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
inventory |
Gets the Managed Object name in Vmm for the inventory item. NOTE: This property will not be serialized. It can only be populated by the server. |
managed |
Gets the tracked resource id corresponding to the inventory resource. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
uuid | Gets the UUID (which is assigned by Vmm) for the inventory item. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
inventoryType
Polymorphic discriminator, which specifies the different types this object can be
inventoryType: "VirtualNetwork"
Property Value
"VirtualNetwork"
Inherited Property Details
inventoryItemName
Gets the Managed Object name in Vmm for the inventory item. NOTE: This property will not be serialized. It can only be populated by the server.
inventoryItemName?: string
Property Value
string
Inherited From InventoryItemProperties.inventoryItemName
managedResourceId
Gets the tracked resource id corresponding to the inventory resource. NOTE: This property will not be serialized. It can only be populated by the server.
managedResourceId?: string
Property Value
string
Inherited From InventoryItemProperties.managedResourceId
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From InventoryItemProperties.provisioningState
uuid
Gets the UUID (which is assigned by Vmm) for the inventory item. NOTE: This property will not be serialized. It can only be populated by the server.
uuid?: string
Property Value
string
Inherited From InventoryItemProperties.uuid