Поделиться через


OracleFlexComponentCollection.GetAll Method

Definition

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

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