Share via


HciClusterUpdateCollection.GetAllAsync(CancellationToken) Method

Definition

List all Updates

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates
  • Operation Id: Updates_List
  • Default Api Version: 2024-04-01
  • Resource: HciClusterUpdateResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Hci.HciClusterUpdateResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.HciClusterUpdateResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.HciClusterUpdateResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HciClusterUpdateResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to