共用方式為


AutomationWebhookCollection.IEnumerable<AutomationWebhookResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to