SapProviderInstanceCollection.GetAllAsync(CancellationToken) Method

Definition

Gets a list of provider instances in the specified SAP monitor. The operations returns various properties of each provider instances.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to