EdgeDeploymentInstanceHistoryCollection.GetAllAsync(CancellationToken) Method

Definition

List InstanceHistory Resources

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/targets/{targetName}/solutions/{solutionName}/instances/{instanceName}/histories.
  • Operation Id. : InstanceHistories_ListByInstance.
  • Default Api Version. : 2025-06-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.WorkloadOrchestration.EdgeDeploymentInstanceHistoryResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WorkloadOrchestration.EdgeDeploymentInstanceHistoryResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WorkloadOrchestration.EdgeDeploymentInstanceHistoryResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EdgeDeploymentInstanceHistoryResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to