Compartilhar via


ServerKeysOperationsExtensions.BeginCreateOrUpdate Método

Definição

Cria ou atualiza uma chave do Servidor MySQL.

public static Microsoft.Azure.Management.MySQL.Models.ServerKey BeginCreateOrUpdate (this Microsoft.Azure.Management.MySQL.IServerKeysOperations operations, string serverName, string keyName, Microsoft.Azure.Management.MySQL.Models.ServerKey parameters, string resourceGroupName);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.MySQL.IServerKeysOperations * string * string * Microsoft.Azure.Management.MySQL.Models.ServerKey * string -> Microsoft.Azure.Management.MySQL.Models.ServerKey
<Extension()>
Public Function BeginCreateOrUpdate (operations As IServerKeysOperations, serverName As String, keyName As String, parameters As ServerKey, resourceGroupName As String) As ServerKey

Parâmetros

operations
IServerKeysOperations

O grupo de operações para esse método de extensão.

serverName
String

O nome do servidor.

keyName
String

O nome da chave do Servidor MySQL a ser operada (atualizada ou criada).

parameters
ServerKey

O estado do recurso de chave do MySQL Server solicitado.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

Retornos

Aplica-se a