Share via


InventoryItemCollection.GetAllAsync(CancellationToken) Method

Definition

Returns the list of inventoryItems of the given vCenter.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}/inventoryItems
  • Operation Id: InventoryItems_ListByVCenter
public virtual Azure.AsyncPageable<Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of InventoryItemResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of InventoryItemResource that may take multiple service requests to iterate over.

Applies to