Dela via


ApplicationParameterList Class

Definition

Represents the list of application parameters applied to the current version of the application. Retrieved using GetApplicationListAsync(Uri).

This class derives from a KeyedCollection whose string key is the name of the associated ApplicationParameter.

public sealed class ApplicationParameterList : System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.ApplicationParameter>
type ApplicationParameterList = class
    inherit KeyedCollection<string, ApplicationParameter>
Public NotInheritable Class ApplicationParameterList
Inherits KeyedCollection(Of String, ApplicationParameter)
Inheritance
ApplicationParameterList

Constructors

ApplicationParameterList()

Initializes a new instance of the ApplicationParameterList class.

ApplicationParameterList(IEqualityComparer<String>)

Initializes a new instance of the ApplicationParameterList class.

ApplicationParameterList(IEqualityComparer<String>, Int32)

Initializes a new instance of the ApplicationParameterList class.

Methods

ToString()

Overrides ToString() method.

Applies to