共用方式為


BillingProfileCustomerCollection.IEnumerable<BillingProfileCustomerResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to