你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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