Condividi tramite


AgentPoolCollection.IAsyncEnumerable<AgentPoolResource>.GetAsyncEnumerator Method

Definition

System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.ContainerRegistry.Tasks.AgentPoolResource> IAsyncEnumerable<AgentPoolResource>.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken);
abstract member System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ContainerRegistry.Tasks.AgentPoolResource>.GetAsyncEnumerator : System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.ContainerRegistry.Tasks.AgentPoolResource>
override this.System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ContainerRegistry.Tasks.AgentPoolResource>.GetAsyncEnumerator : System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.ContainerRegistry.Tasks.AgentPoolResource>
Function GetAsyncEnumerator (cancellationToken As CancellationToken) As IAsyncEnumerator(Of AgentPoolResource) Implements IAsyncEnumerable(Of AgentPoolResource).GetAsyncEnumerator

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to