共用方式為


OperationalInsightsSavedSearchCollection.IEnumerable<OperationalInsightsSavedSearchResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to