共用方式為


ManagedClusterSnapshotCollection.IEnumerable<ManagedClusterSnapshotResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to