UpdateRunCollection.GetAll(CancellationToken) Method

Definition

List all Update runs for a specified update

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}/updateRuns
  • Operation Id: UpdateRuns_List
public virtual Azure.Pageable<Azure.ResourceManager.Hci.UpdateRunResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Hci.UpdateRunResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Hci.UpdateRunResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of UpdateRunResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to