Share via


DeployedApplicationHealthStateList.GetEnumerator Method

Definition

public System.Collections.Generic.IEnumerator<System.Fabric.Health.DeployedApplicationHealthState> GetEnumerator();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Fabric.Health.DeployedApplicationHealthState>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Fabric.Health.DeployedApplicationHealthState>
Public Function GetEnumerator () As IEnumerator(Of DeployedApplicationHealthState)

Returns

System.Collections.Generic.IEnumerator<DeployedApplicationHealthState>

Implements

System.Collections.Generic.IEnumerable`1.GetEnumerator

Applies to