OracleDBSystemShapeCollection.GetAllAsync 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.AsyncPageable<Azure.ResourceManager.OracleDatabase.OracleDBSystemShapeResource> GetAllAsync(string zone = default, string shapeAttribute = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.OracleDBSystemShapeResource>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.OracleDBSystemShapeResource>
Public Overridable Function GetAllAsync (Optional zone As String = Nothing, Optional shapeAttribute As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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