Megosztás a következőn keresztül:


SqlServerKeyCollection.GetAllAsync(CancellationToken) Method

Definition

Gets a list of server keys.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/keys
  • Operation Id: ServerKeys_ListByServer
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerKeyResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerKeyResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerKeyResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerKeyResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SqlServerKeyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SqlServerKeyResource that may take multiple service requests to iterate over.

Applies to