Dela via


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