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

DatabaseIdentityAndKeysHelper.GetDatabaseKeysDictionaryToRemove Method

Definition

Gets the dictionary of database keys to be removed to the api.

public static void GetDatabaseKeysDictionaryToRemove (string[] akvKeys, ref Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel newDBModel);
static member GetDatabaseKeysDictionaryToRemove : string[] * AzureSqlDatabaseModel -> unit
Public Shared Sub GetDatabaseKeysDictionaryToRemove (akvKeys As String(), ByRef newDBModel As AzureSqlDatabaseModel)

Parameters

akvKeys
String[]

List of AKV keys

newDBModel
AzureSqlDatabaseModel

New DB Model to be updated

Applies to