次の方法で共有


VCenterResource.GetInventoryItemAsync(String, CancellationToken) メソッド

定義

InventoryItem GET メソッドを実装します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}/inventoryItems/{inventoryItemName}
  • 操作IdInventoryItems_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemResource>> GetInventoryItemAsync (string inventoryItemName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetInventoryItemAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemResource>>
override this.GetInventoryItemAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemResource>>
Public Overridable Function GetInventoryItemAsync (inventoryItemName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of InventoryItemResource))

パラメーター

inventoryItemName
String

inventoryItem の名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

inventoryItemName が null です。

適用対象