Compartir a través de


DeployedServicePackageHealthStateList Clase

Definición

Representa una colección de DeployedServicePackageHealthState a la que se puede acceder individualmente por índice.

public sealed class DeployedServicePackageHealthStateList : System.Collections.Generic.ICollection<System.Fabric.Health.DeployedServicePackageHealthState>, System.Collections.Generic.IEnumerable<System.Fabric.Health.DeployedServicePackageHealthState>, System.Collections.Generic.IList<System.Fabric.Health.DeployedServicePackageHealthState>
type DeployedServicePackageHealthStateList = class
    interface IList<DeployedServicePackageHealthState>
    interface ICollection<DeployedServicePackageHealthState>
    interface seq<DeployedServicePackageHealthState>
    interface IEnumerable
Public NotInheritable Class DeployedServicePackageHealthStateList
Implements ICollection(Of DeployedServicePackageHealthState), IEnumerable(Of DeployedServicePackageHealthState), IList(Of DeployedServicePackageHealthState)
Herencia
DeployedServicePackageHealthStateList
Implementaciones

Propiedades

Count

Obtiene el número de elementos.

IsReadOnly

Obtiene un valor que indica si la lista es de solo lectura.

Item[Int32]

Obtiene o establece el elemento en el índice especificado.

Métodos

Add(DeployedServicePackageHealthState)

Agrega un elemento a la colección.

Clear()

Quita todos los elementos de la colección.

Contains(DeployedServicePackageHealthState)

Determina si la colección contiene un valor concreto.

CopyTo(DeployedServicePackageHealthState[], Int32)

Copia los elementos de ICollection en una matriz comenzando desde un índice de matriz determinado.

GetEnumerator()

Devuelve un enumerador que recorre en iteración una colección.

IndexOf(DeployedServicePackageHealthState)

Determina el índice de un elemento específico de la colección.

Insert(Int32, DeployedServicePackageHealthState)

Inserta un elemento en el índice especificado.

Remove(DeployedServicePackageHealthState)

Quita la primera aparición de un elemento concreto de la colección.

RemoveAt(Int32)

Quita el elemento del índice especificado.

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Devuelve un enumerador que recorre en iteración una colección.

Métodos de extensión

ToCommaSeparatedString<T>(IEnumerable<T>)

Convierte los elementos de una colección en cadenas y los concatena en una lista separada por comas, o devuelve null para colecciones nulas o vacías.

Se aplica a