你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScVmmServerResource.GetInventoryItem(String, CancellationToken) Method

Definition

Shows an inventory item.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}/inventoryItems/{inventoryItemName}
  • Operation Id: InventoryItems_Get
public virtual Azure.Response<Azure.ResourceManager.ArcScVmm.InventoryItemResource> GetInventoryItem (string inventoryItemName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetInventoryItem : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ArcScVmm.InventoryItemResource>
override this.GetInventoryItem : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ArcScVmm.InventoryItemResource>
Public Overridable Function GetInventoryItem (inventoryItemName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of InventoryItemResource)

Parameters

inventoryItemName
String

Name of the inventoryItem.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

inventoryItemName is null.

inventoryItemName is an empty string, and was expected to be non-empty.

Applies to