Freigeben über


SqlMigrationServiceResource.GetAuthKeysAsync(CancellationToken) Methode

Definition

Rufen Sie die Liste der Authentifizierungsschlüssel für selbst gehostete Integration Runtime ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listAuthKeys
  • Vorgangs-IdSqlMigrationServices_listAuthKeys
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataMigration.Models.AuthenticationKeys>> GetAuthKeysAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAuthKeysAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataMigration.Models.AuthenticationKeys>>
override this.GetAuthKeysAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataMigration.Models.AuthenticationKeys>>
Public Overridable Function GetAuthKeysAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AuthenticationKeys))

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: