Aracılığıyla paylaş


ManagedIdentityDescriptionList 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 ManagedIdentityDescriptionList : System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.ManagedIdentityDescription>
type ManagedIdentityDescriptionList = class
    inherit KeyedCollection<string, ManagedIdentityDescription>
Public NotInheritable Class ManagedIdentityDescriptionList
Inherits KeyedCollection(Of String, ManagedIdentityDescription)
Inheritance
ManagedIdentityDescriptionList

Constructors

ManagedIdentityDescriptionList()

Initializes a new instance of the ApplicationParameterList class.

ManagedIdentityDescriptionList(IEqualityComparer<String>)

Initializes a new instance of the ApplicationParameterList class.

ManagedIdentityDescriptionList(IEqualityComparer<String>, Int32)

Initializes a new instance of the ApplicationParameterList class.

Methods

ToString()

Overrides ToString() method.

Applies to