Share via


LinkerResourceCollection.GetAll(CancellationToken) Method

Definition

Returns list of Linkers which connects to the resource.

  • Request Path: /{resourceUri}/providers/Microsoft.ServiceLinker/linkers
  • Operation Id: Linker_List
public virtual Azure.Pageable<Azure.ResourceManager.ServiceLinker.LinkerResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceLinker.LinkerResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceLinker.LinkerResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LinkerResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to