Partilhar via


EdgeDeploymentInstanceHistoryCollection.GetAll(CancellationToken) Method

Definition

List InstanceHistory Resources

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