WebHostingPlanListResponse.GetEnumerator Method ()
Gets the sequence of WebHostingPlans.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public IEnumerator<WebHostingPlan> GetEnumerator()
public:
virtual IEnumerator<WebHostingPlan^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<WebHostingPlan>
override GetEnumerator : unit -> IEnumerator<WebHostingPlan>
Public Function GetEnumerator As IEnumerator(Of WebHostingPlan)
Return Value
Type: System.Collections.Generic.IEnumerator<WebHostingPlan>
Implements
IEnumerable<T>.GetEnumerator()
See Also
WebHostingPlanListResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top