你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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