ServerKeysOperationsExtensions.DeleteAsync Método

Definição

Exclui a chave do Servidor PostgreSQL com o nome fornecido.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations operations, string serverName, string keyName, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IServerKeysOperations, serverName As String, keyName As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

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 a ser excluída.

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