ServiceWorkspaceApiSchemaCollection.IEnumerable<ServiceWorkspaceApiSchemaResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to