PublicCloudInventoryCollection.GetAll(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.Pageable<Azure.ResourceManager.HybridConnectivity.PublicCloudInventoryResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridConnectivity.PublicCloudInventoryResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridConnectivity.PublicCloudInventoryResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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