다음을 통해 공유


PostgreSqlServerKeyCollection.IEnumerable<PostgreSqlServerKeyResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to