共用方式為


ContainerServicePrivateEndpointConnectionCollection.IEnumerable<ContainerServicePrivateEndpointConnectionResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to