ApplicationParameterList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>, Int32) |
Initializes a new instance of the ApplicationParameterList class. |
ApplicationParameterList(IEqualityComparer<String>) |
Initializes a new instance of the ApplicationParameterList class. |
Methods
ToString() |
Overrides ToString() method. |
Applies to
Azure SDK for .NET