DatabaseIdentityAndKeysHelper.GetDatabaseKeysDictionaryToRemove 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 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