Compartilhar via


ServerKeysOperationsExtensions.GetAsync Método

Definição

Obtém uma chave do Servidor MySQL.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.ServerKey> GetAsync (this Microsoft.Azure.Management.MySQL.IServerKeysOperations operations, string resourceGroupName, string serverName, string keyName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.MySQL.IServerKeysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.ServerKey>
<Extension()>
Public Function GetAsync (operations As IServerKeysOperations, resourceGroupName As String, serverName As String, keyName 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.

resourceGroupName
String

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

serverName
String

O nome do servidor.

keyName
String

O nome da chave do Servidor MySQL a ser recuperada.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a