OracleFlexComponentCollection.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List FlexComponent resources by SubscriptionLocationResource
- Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/flexComponents
- Operation Id: FlexComponent_ListByParent
- Default Api Version: 2025-03-01
- Resource: OracleFlexComponentResource
public virtual Azure.Pageable<Azure.ResourceManager.OracleDatabase.OracleFlexComponentResource> GetAll(Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseSystemShape? shape = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseSystemShape> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OracleDatabase.OracleFlexComponentResource>
override this.GetAll : Nullable<Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseSystemShape> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OracleDatabase.OracleFlexComponentResource>
Public Overridable Function GetAll (Optional shape As Nullable(Of OracleDatabaseSystemShape) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of OracleFlexComponentResource)
Parameters
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.