次の方法で共有


ScVmmServerResource.GetInventoryItem(String, CancellationToken) メソッド

定義

在庫品目を表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}/inventoryItems/{inventoryItemName}
  • 操作IdInventoryItems_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)

パラメーター

inventoryItemName
String

inventoryItem の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

inventoryItemName は空の文字列であり、空でないと想定されていました。

inventoryItemName が null です。

適用対象