AzureSqlServerKeyVaultKeyAdapter.CreateOrUpdate Method

Definition

Creates or Updates a Server Key Vault Key

public Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel CreateOrUpdate (Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel model);
member this.CreateOrUpdate : Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel -> Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel
Public Function CreateOrUpdate (model As AzureSqlServerKeyVaultKeyModel) As AzureSqlServerKeyVaultKeyModel

Parameters

model
AzureSqlServerKeyVaultKeyModel

The Server Key Vault Key model to create

Returns

The updated server key Vault Key model

Applies to