OracleFlexComponentCollection.GetAllAsync Method

Definition

List FlexComponent resources by SubscriptionLocationResource

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/flexComponents.
  • Operation Id. : FlexComponents_ListByParent.
  • Default Api Version. : 2025-09-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.OracleFlexComponentResource> GetAllAsync(Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseSystemShape? shape = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseSystemShape> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.OracleFlexComponentResource>
override this.GetAllAsync : Nullable<Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseSystemShape> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.OracleFlexComponentResource>
Public Overridable Function GetAllAsync (Optional shape As Nullable(Of OracleDatabaseSystemShape) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OracleFlexComponentResource)

Parameters

shape
Nullable<OracleDatabaseSystemShape>

If provided, filters the results for the given shape.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to