OracleDBSystemShapeCollection.GetAll Method

Definition

List DbSystemShape resources by SubscriptionLocationResource

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dbSystemShapes.
  • Operation Id. : DbSystemShapes_ListByLocation.
  • Default Api Version. : 2025-09-01.
public virtual Azure.Pageable<Azure.ResourceManager.OracleDatabase.OracleDBSystemShapeResource> GetAll(string zone = default, string shapeAttribute = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OracleDatabase.OracleDBSystemShapeResource>
override this.GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OracleDatabase.OracleDBSystemShapeResource>
Public Overridable Function GetAll (Optional zone As String = Nothing, Optional shapeAttribute As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of OracleDBSystemShapeResource)

Parameters

zone
String

Filters the result for the given Azure Availability Zone.

shapeAttribute
String

Filters the result for the given Shape Attribute, such as BLOCK_STORAGE or SMART_STORAGE.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to