Share via


NginxDeploymentApiKeyCollection.GetAllAsync(CancellationToken) Method

Definition

List all API Keys of the given Nginx deployment

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}/apiKeys
  • Operation Id: ApiKeys_List
  • Default Api Version: 2024-11-01-preview
  • Resource: NginxDeploymentApiKeyResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Nginx.NginxDeploymentApiKeyResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Nginx.NginxDeploymentApiKeyResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Nginx.NginxDeploymentApiKeyResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NginxDeploymentApiKeyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to