AzureSqlServerKeyVaultKeyCommunicator.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 an Azure Sql Server Key
public Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKey CreateOrUpdate (string resourceGroupName, string serverName, string keyName, Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyCreateOrUpdateParameters parameters);
member this.CreateOrUpdate : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyCreateOrUpdateParameters -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKey
Public Function CreateOrUpdate (resourceGroupName As String, serverName As String, keyName As String, parameters As ServerKeyCreateOrUpdateParameters) As ServerKey
Parameters
- resourceGroupName
- String
Resource Group
- serverName
- String
Sql Server name
- keyName
- String
Server Key Vault Key name
- parameters
- ServerKeyCreateOrUpdateParameters
CreateOrUpdateParameters for ServerKey
Returns
Created ServerKey