ContainerAppsPatchCollection.IAsyncEnumerable<ContainerAppsPatchResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to