다음을 통해 공유


EdgeSolutionCollection.GetAll(CancellationToken) Method

Definition

List Solution resources

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to