Share via


OracleDBSystemShapeCollection.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
  • Resource: OracleDBSystemShapeResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.OracleDBSystemShapeResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.OracleDBSystemShapeResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.OracleDBSystemShapeResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OracleDBSystemShapeResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to