共用方式為


BillingProfileCollection.IEnumerable<BillingProfileResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to