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