Share via


DeployedServicePackageHealthStateChunkList Class

Definition

public sealed class DeployedServicePackageHealthStateChunkList : System.Fabric.Health.HealthStateChunkList<System.Fabric.Health.DeployedServicePackageHealthStateChunk>
type DeployedServicePackageHealthStateChunkList = class
    inherit HealthStateChunkList<DeployedServicePackageHealthStateChunk>
Public NotInheritable Class DeployedServicePackageHealthStateChunkList
Inherits HealthStateChunkList(Of DeployedServicePackageHealthStateChunk)
Inheritance
System.Object
DeployedServicePackageHealthStateChunkList

Constructors

DeployedServicePackageHealthStateChunkList()

Properties

Count (Inherited from HealthStateChunkList<T>)
IsReadOnly (Inherited from HealthStateChunkList<T>)
Item[Int32] (Inherited from HealthStateChunkList<T>)
TotalCount (Inherited from HealthStateChunkList<T>)

Methods

Add(T) (Inherited from HealthStateChunkList<T>)
Clear() (Inherited from HealthStateChunkList<T>)
Contains(T) (Inherited from HealthStateChunkList<T>)
CopyTo(T[], Int32) (Inherited from HealthStateChunkList<T>)
GetEnumerator() (Inherited from HealthStateChunkList<T>)
IndexOf(T) (Inherited from HealthStateChunkList<T>)
Insert(Int32, T) (Inherited from HealthStateChunkList<T>)
Remove(T) (Inherited from HealthStateChunkList<T>)
RemoveAt(Int32) (Inherited from HealthStateChunkList<T>)
ToString() (Inherited from HealthStateChunkList<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from HealthStateChunkList<T>)

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

ToArray<T>(HealthStateChunkList<T>)

Applies to