DbSystemShapeCollection.GetAllAsync(CancellationToken) Method

Definition

List DbSystemShape resources by Location

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dbSystemShapes
  • Operation Id: DbSystemShapes_ListByLocation
  • Default Api Version: 2023-09-01-preview
  • Resource: DbSystemShapeResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.DbSystemShapeResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.DbSystemShapeResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.DbSystemShapeResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DbSystemShapeResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to