DeployedApplicationHealthStateChunkList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class DeployedApplicationHealthStateChunkList : System.Fabric.Health.HealthStateChunkList<System.Fabric.Health.DeployedApplicationHealthStateChunk>
type DeployedApplicationHealthStateChunkList = class
inherit HealthStateChunkList<DeployedApplicationHealthStateChunk>
Public NotInheritable Class DeployedApplicationHealthStateChunkList
Inherits HealthStateChunkList(Of DeployedApplicationHealthStateChunk)
- Inheritance
-
System.ObjectDeployedApplicationHealthStateChunkList
Constructors
| DeployedApplicationHealthStateChunkList() |
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>) | |