BotServicePrivateEndpointConnectionCollection.IEnumerable<BotServicePrivateEndpointConnectionResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

System.Collections.Generic.IEnumerator<Azure.ResourceManager.BotService.BotServicePrivateEndpointConnectionResource> IEnumerable<BotServicePrivateEndpointConnectionResource>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<Azure.ResourceManager.BotService.BotServicePrivateEndpointConnectionResource>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Azure.ResourceManager.BotService.BotServicePrivateEndpointConnectionResource>
override this.System.Collections.Generic.IEnumerable<Azure.ResourceManager.BotService.BotServicePrivateEndpointConnectionResource>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Azure.ResourceManager.BotService.BotServicePrivateEndpointConnectionResource>
Function GetEnumerator () As IEnumerator(Of BotServicePrivateEndpointConnectionResource) Implements IEnumerable(Of BotServicePrivateEndpointConnectionResource).GetEnumerator

Returns

An enumerator that can be used to iterate through the collection.

Implements

Applies to