AppPlatformCustomDomainCollection.IEnumerable<AppPlatformCustomDomainResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to