PublicCloudInventoryCollection.GetAllAsync(CancellationToken) Method

Definition

List InventoryResource resources by SolutionConfiguration

  • Request Path. : /{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}/inventory.
  • Operation Id. : Inventory_ListBySolutionConfiguration.
  • Default Api Version. : 2024-12-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.HybridConnectivity.PublicCloudInventoryResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridConnectivity.PublicCloudInventoryResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridConnectivity.PublicCloudInventoryResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PublicCloudInventoryResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of PublicCloudInventoryResource that may take multiple service requests to iterate over.

Applies to