Share via


HDInsightClusterCollection.IEnumerable<HDInsightClusterResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to