AzureSqlServerKeyVaultKeyCommunicator.CreateOrUpdate Method

Definition

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

Applies to