You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Azure/AzureKeyVaultConfigBuilder.cs
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public class AzureKeyVaultConfigBuilder : KeyValueConfigBuilder
45
45
/// <param name="config">A collection of the name/value pairs representing builder-specific attributes specified in the configuration for this provider.</param>
/// Gets an <see cref="IEnumerator{T}"/> that iterates over the key/value pairs contained in the assigned <see cref="ConfigSection"/>. />
29
+
/// </summary>
30
+
/// <returns>An enumerator over pairs consisting of the existing key for a config value in the config section, and an object reference
31
+
/// for the key/value pair to be passed in to <see cref="InsertOrUpdate(string, string, string, object)"/> while processing the config section.</returns>
/// Gets an <see cref="IEnumerator{T}"/> that iterates over the key/value pairs contained in the assigned <see cref="SectionHandler{T}.ConfigSection"/>. />
73
+
/// </summary>
74
+
/// <returns>An enumerator over pairs where both values of the pair are the existing key for each setting in the appSettings section.</returns>
/// Updates an existing connection string in the assigned <see cref="SectionHandler{T}.ConfigSection"/> with a new name and a new value. The old
91
+
/// connection string can be located using the <paramref name="oldItem"/> parameter. If an old connection string is not found, a new connection
92
+
/// string should be inserted.
93
+
/// </summary>
94
+
/// <param name="newKey">The updated key name for the connection string.</param>
95
+
/// <param name="newValue">The updated value for the connection string.</param>
96
+
/// <param name="oldKey">The old key name for the connection string, or null.</param>
97
+
/// <param name="oldItem">A reference to the old <see cref="ConnectionStringSettings"/> object obtained by <see cref="GetEnumerator"/>, or null.</param>
/// Gets an <see cref="IEnumerator{T}"/> that iterates over the key/value pairs contained in the assigned <see cref="SectionHandler{T}.ConfigSection"/>. />
118
+
/// </summary>
119
+
/// <returns>An enumerator over pairs where the key is the existing name for each setting in the connectionStrings section, and the value
120
+
/// is a reference to the <see cref="ConnectionStringSettings"/> object referred to by that name.</returns>
0 commit comments