ServerKeysOperationsExtensions.CreateOrUpdateAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria ou atualiza uma chave do Servidor PostgreSQL.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.PostgreSQL.Models.ServerKey> CreateOrUpdateAsync (this Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations operations, string serverName, string keyName, Microsoft.Azure.Management.PostgreSQL.Models.ServerKey parameters, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations * string * string * Microsoft.Azure.Management.PostgreSQL.Models.ServerKey * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.PostgreSQL.Models.ServerKey>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IServerKeysOperations, serverName As String, keyName As String, parameters As ServerKey, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 PostgreSQL em que será operada (atualizada ou criada).
- parameters
- ServerKey
O estado do recurso de chave do Servidor PostgreSQL solicitado.
- resourceGroupName
- String
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET