MaintenanceWindowCollection.IAsyncEnumerable<MaintenanceWindowResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to