Share via


DeployedApplicationList Class

Definition

Represents the list of DeployedApplication objects.

public sealed class DeployedApplicationList : System.Collections.Generic.ICollection<System.Fabric.Query.DeployedApplication>, System.Collections.Generic.IEnumerable<System.Fabric.Query.DeployedApplication>, System.Collections.Generic.IList<System.Fabric.Query.DeployedApplication>
type DeployedApplicationList = class
    interface IList<DeployedApplication>
    interface ICollection<DeployedApplication>
    interface seq<DeployedApplication>
    interface IEnumerable
Public NotInheritable Class DeployedApplicationList
Implements ICollection(Of DeployedApplication), IEnumerable(Of DeployedApplication), IList(Of DeployedApplication)
Inheritance
DeployedApplicationList
Implements

Applies to