SapDatabaseInstanceCollection.GetAllAsync(CancellationToken) Method

Definition

Lists the Database resources associated with a Virtual Instance for SAP solutions resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/databaseInstances
  • Operation Id: SAPDatabaseInstances_List
  • Default Api Version: 2023-04-01
  • Resource: SapDatabaseInstanceResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Workloads.SapDatabaseInstanceResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Workloads.SapDatabaseInstanceResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Workloads.SapDatabaseInstanceResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SapDatabaseInstanceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to