Dela via


DatabaseIdentityAndKeysHelper.GetDatabaseKeysDictionary(String[]) Method

Definition

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

Applies to