Language

ArmDeploymentCollection.IAsyncEnumerable<ArmDeploymentResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to