Partilhar via


CloudExadataInfrastructureCollection.GetAllAsync(CancellationToken) Method

Definition

List CloudExadataInfrastructure resources by resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures
  • Operation Id: CloudExadataInfrastructures_ListByResourceGroup
  • Default Api Version: 2023-09-01
  • Resource: CloudExadataInfrastructureResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.CloudExadataInfrastructureResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.CloudExadataInfrastructureResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.CloudExadataInfrastructureResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CloudExadataInfrastructureResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of CloudExadataInfrastructureResource that may take multiple service requests to iterate over.

Applies to