OracleDBSystemShapeCollection.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 DbSystemShape resources by SubscriptionLocationResource
- Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dbSystemShapes
- Operation Id: DbSystemShape_ListByLocation
- Default Api Version: 2025-09-01
- Resource: OracleDBSystemShapeResource
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.