CassandraClusterCollection.IEnumerable<CassandraClusterResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to