Megosztás a következőn keresztül:


SapMonitorCollection.GetAll(CancellationToken) Method

Definition

Gets a list of SAP monitors in the specified resource group.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to