다음을 통해 공유


MonitorPrivateLinkScopedResourceCollection.IEnumerable<MonitorPrivateLinkScopedResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to