AzureSqlServerKeyVaultKeyAdapter.CreateOrUpdate 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.
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
The Server Key Vault Key model to create
Returns
The updated server key Vault Key model