共用方式為


SqlMigrationServiceResource.GetAuthKeysAsync(CancellationToken) Method

Definition

Retrieve the List of Authentication Keys for Self Hosted Integration Runtime.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listAuthKeys
  • Operation Id: SqlMigrationServices_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))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to