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