Language

FileSharePrivateEndpointConnectionCollection.IAsyncEnumerable<FileSharePrivateEndpointConnectionResource>.GetAsyncEnumerator Method

Definition

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Implements

Applies to