ContainerAppsRevisionFunctionCollection.IAsyncEnumerable<ContainerAppsRevisionFunctionResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to