Partilhar via


DeployedServicePackageHealthStateList Classe

Definição

Representa uma coleção de DeployedServicePackageHealthState que pode ser acessada individualmente pelo í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)
Herança
DeployedServicePackageHealthStateList
Implementações

Propriedades

Count

Obtém o número de elementos.

IsReadOnly

Obtém um valor que indica se a lista é somente leitura.

Item[Int32]

Obtém ou define o elemento no índice especificado.

Métodos

Add(DeployedServicePackageHealthState)

Adiciona um item à coleção.

Clear()

Remove todos os itens da coleção.

Contains(DeployedServicePackageHealthState)

Determina se a coleção contém um valor específico.

CopyTo(DeployedServicePackageHealthState[], Int32)

Copia os elementos da ICollection em uma Matriz, partir do índice de uma matriz especificada.

GetEnumerator()

Retorna um enumerador que itera em uma coleção.

IndexOf(DeployedServicePackageHealthState)

Determina o índice de um item específico na coleção.

Insert(Int32, DeployedServicePackageHealthState)

Insere um item no índice especificado.

Remove(DeployedServicePackageHealthState)

Remove a primeira ocorrência de um item específico da coleção.

RemoveAt(Int32)

Remove o item no índice especificado.

Implantações explícitas de interface

IEnumerable.GetEnumerator()

Retorna um enumerador que itera em uma coleção.

Métodos de Extensão

ToCommaSeparatedString<T>(IEnumerable<T>)

Converte os elementos de uma coleção em cadeias de caracteres e concatena-os em uma lista separada por vírgulas ou retorna nulo para coleções nulas ou vazias.

Aplica-se a