Condividi tramite


ManagedClusterLoadBalancerCollection.IAsyncEnumerable<ManagedClusterLoadBalancerResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to