Share via


PostgreSqlServerKeyCollection.GetAll(CancellationToken) Method

Definition

Gets a list of Server keys.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of PostgreSqlServerKeyResource that may take multiple service requests to iterate over.

Applies to