DatabaseIdentityAndKeysHelper.GetDatabaseKeysDictionary(String[]) Method
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.
Gets the dictionary of database keys to be passed to the api.
public static System.Collections.Generic.Dictionary<string,Microsoft.Azure.Management.Sql.Models.DatabaseKey> GetDatabaseKeysDictionary (string[] akvKeys);
static member GetDatabaseKeysDictionary : string[] -> System.Collections.Generic.Dictionary<string, Microsoft.Azure.Management.Sql.Models.DatabaseKey>
Public Shared Function GetDatabaseKeysDictionary (akvKeys As String()) As Dictionary(Of String, DatabaseKey)
Parameters
- akvKeys
- String[]
List of AKV keys
Returns
Dictionary of database keys