Sdílet prostřednictvím


HDInsightApplicationCollection.IEnumerable<HDInsightApplicationResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to