NotificationHubPrivateEndpointConnectionCollection.IEnumerable<NotificationHubPrivateEndpointConnectionResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to