Partilhar via


IntegrationRuntimeAuthKeysOperationsExtensions.ListAsync Método

Definição

Listar chaves de autenticação do runtime de integração

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeAuthKeys> ListAsync (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeAuthKeysOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeAuthKeysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeAuthKeys>
<Extension()>
Public Function ListAsync (operations As IIntegrationRuntimeAuthKeysOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IntegrationRuntimeAuthKeys)

Parâmetros

operations
IIntegrationRuntimeAuthKeysOperations

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.

workspaceName
String

O nome do workspace.

integrationRuntimeName
String

Nome do runtime de integração

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Listar chaves de autenticação em um runtime de integração

Aplica-se a