共用方式為


ElasticPoolCollection.GetAll(Nullable<Int64>, CancellationToken) Method

Definition

Gets all elastic pools in a server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools
  • Operation Id: ElasticPools_ListByServer
  • Default Api Version: 2022-08-01-preview
  • Resource: ElasticPoolResource
public virtual Azure.Pageable<Azure.ResourceManager.Sql.ElasticPoolResource> GetAll (long? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int64> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ElasticPoolResource>
override this.GetAll : Nullable<int64> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ElasticPoolResource>
Public Overridable Function GetAll (Optional skip As Nullable(Of Long) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ElasticPoolResource)

Parameters

skip
Nullable<Int64>

The number of elements in the collection to skip.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to