ScVmmServerResource.GetInventoryItem(String, CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affiche un élément d’inventaire.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}/inventoryItems/{inventoryItemName}
- IdInventoryItems_Get d’opération
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)
Paramètres
- inventoryItemName
- String
Nom de l’objet inventoryItem.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
inventoryItemName
est une chaîne vide et devait être non vide.
inventoryItemName
a la valeur null.