Bagikan melalui


ArmRestApiCollection.GetAll(CancellationToken) Method

Definition

Gets a list of operations.

public virtual Azure.Pageable<Azure.ResourceManager.Resources.Models.ArmRestApi> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.ArmRestApi>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.ArmRestApi>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ArmRestApi)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to