Dela via


DeployedApplicationList.Add(DeployedApplication) Method

Definition

Adds the specified item to the list

public void Add (System.Fabric.Query.DeployedApplication item);
abstract member Add : System.Fabric.Query.DeployedApplication -> unit
override this.Add : System.Fabric.Query.DeployedApplication -> unit
Public Sub Add (item As DeployedApplication)

Parameters

item
DeployedApplication

The item to add.

Implements

Applies to