DeployedServicePackageList Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une liste de DeployedServicePackage.
public sealed class DeployedServicePackageList : System.Collections.Generic.ICollection<System.Fabric.Query.DeployedServicePackage>, System.Collections.Generic.IEnumerable<System.Fabric.Query.DeployedServicePackage>, System.Collections.Generic.IList<System.Fabric.Query.DeployedServicePackage>
type DeployedServicePackageList = class
interface IList<DeployedServicePackage>
interface ICollection<DeployedServicePackage>
interface seq<DeployedServicePackage>
interface IEnumerable
Public NotInheritable Class DeployedServicePackageList
Implements ICollection(Of DeployedServicePackage), IEnumerable(Of DeployedServicePackage), IList(Of DeployedServicePackage)
- Héritage
-
DeployedServicePackageList
- Implémente
Propriétés
Count |
Obtient le nombre d’éléments de cette liste |
IsReadOnly |
Obtient une valeur indiquant si la liste est en lecture seule. |
Item[Int32] |
Obtient l’élément à l’index spécifié |
Méthodes
Add(DeployedServicePackage) |
Ajoute l’élément spécifié à la liste. |
Clear() |
Supprime tous les éléments de la liste. |
Contains(DeployedServicePackage) |
Indique si l’élément spécifié figure dans la liste. |
CopyTo(DeployedServicePackage[], Int32) |
Copie les éléments de la liste vers le tableau spécifié à l’index de départ spécifié. |
GetEnumerator() |
Obtient un énumérateur pour les éléments de cette liste. |
IndexOf(DeployedServicePackage) |
Obtient l’index de l’élément spécifié dans cette liste |
Insert(Int32, DeployedServicePackage) |
Insère l’élément à l’index spécifié. |
Remove(DeployedServicePackage) |
Supprime l’élément spécifié de cette liste. |
RemoveAt(Int32) |
Supprime l'élément à l'index spécifié. |
Implémentations d’interfaces explicites
IEnumerable.GetEnumerator() |
Obtient un énumérateur pour les éléments de cette liste. |
Méthodes d’extension
ToCommaSeparatedString<T>(IEnumerable<T>) |
Convertit les éléments d’une collection en chaînes et les concatène en une liste séparée par des virgules, ou retourne null pour les collections null ou vides. |
S’applique à
Azure SDK for .NET