PlatformUpdateCollection.GetAllAsync(CancellationToken) Method

Definition

List all platform updates.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/locations/{location}/platformUpdates.
  • Operation Id. : PlatformUpdates_List.
  • Default Api Version. : 2026-04-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Hci.PlatformUpdateResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.PlatformUpdateResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.PlatformUpdateResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PlatformUpdateResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to