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. : 2024-09-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.WorkloadsSapVirtualInstance.SapDatabaseInstanceResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WorkloadsSapVirtualInstance.SapDatabaseInstanceResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WorkloadsSapVirtualInstance.SapDatabaseInstanceResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SapDatabaseInstanceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to