MapsPrivateLinkResourceCollection.IAsyncEnumerable<MapsPrivateLinkResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to