Share via


DeployedServicePackageList Class

Definition

Represents a list of 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)
Inheritance
DeployedServicePackageList
Implements

Applies to