ManagedIdentityDescriptionList Constructors
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.
Overloads
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. |
ManagedIdentityDescriptionList()
Initializes a new instance of the ApplicationParameterList class.
public ManagedIdentityDescriptionList ();
Public Sub New ()
Applies to
ManagedIdentityDescriptionList(IEqualityComparer<String>)
Initializes a new instance of the ApplicationParameterList class.
public ManagedIdentityDescriptionList (System.Collections.Generic.IEqualityComparer<string> comparer);
new System.Fabric.Description.ManagedIdentityDescriptionList : System.Collections.Generic.IEqualityComparer<string> -> System.Fabric.Description.ManagedIdentityDescriptionList
Public Sub New (comparer As IEqualityComparer(Of String))
Parameters
- comparer
- IEqualityComparer<String>
The equality comparer.
Applies to
ManagedIdentityDescriptionList(IEqualityComparer<String>, Int32)
Initializes a new instance of the ApplicationParameterList class.
public ManagedIdentityDescriptionList (System.Collections.Generic.IEqualityComparer<string> comparer, int dictionaryCreationThreshold);
new System.Fabric.Description.ManagedIdentityDescriptionList : System.Collections.Generic.IEqualityComparer<string> * int -> System.Fabric.Description.ManagedIdentityDescriptionList
Public Sub New (comparer As IEqualityComparer(Of String), dictionaryCreationThreshold As Integer)
Parameters
- comparer
- IEqualityComparer<String>
The equality comparer.
- dictionaryCreationThreshold
- Int32
The creation threshold.
Applies to
Azure SDK for .NET