IncidentListResponse.IEnumerable.GetEnumerator Method ()
Gets the sequence of Value.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator
private override GetEnumerator : unit -> IEnumerator
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
Return Value
Type: System.Collections.IEnumerator
Implements
See Also
IncidentListResponse Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top