IncidentListResponse.GetEnumerator Method ()
Gets the sequence of Value.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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.Azure.Management.Insights.Models Namespace
Return to top